comparison src/lrecord.h @ 3029:986cd22006a9

[xemacs-hg @ 2005-10-26 13:01:37 by stephent] Warning elimination and documentation improvements. <878xwgh1u7.fsf@tleepslib.sk.tsukuba.ac.jp> <87d5lsh1xa.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Wed, 26 Oct 2005 13:01:45 +0000
parents b7f26b2f78bd
children d30cd499e445
comparison
equal deleted inserted replaced
3028:4c9fa8e2237b 3029:986cd22006a9
1371 /* 1371 /*
1372 1372
1373 Note: Object types defined in external dynamically-loaded modules (not 1373 Note: Object types defined in external dynamically-loaded modules (not
1374 part of the XEmacs main source code) should use DECLARE_EXTERNAL_LRECORD 1374 part of the XEmacs main source code) should use DECLARE_EXTERNAL_LRECORD
1375 and DEFINE_EXTERNAL_LRECORD_IMPLEMENTATION rather than DECLARE_LRECORD 1375 and DEFINE_EXTERNAL_LRECORD_IMPLEMENTATION rather than DECLARE_LRECORD
1376 and DEFINE_LRECORD_IMPLEMENTATION. 1376 and DEFINE_LRECORD_IMPLEMENTATION. The EXTERNAL versions declare and
1377 allocate an enumerator for the type being defined.
1377 1378
1378 */ 1379 */
1379 1380
1380 1381
1381 #ifdef ERROR_CHECK_TYPES 1382 #ifdef ERROR_CHECK_TYPES