diff 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
line wrap: on
line diff
--- a/src/lrecord.h	Tue Oct 25 21:51:23 2005 +0000
+++ b/src/lrecord.h	Wed Oct 26 13:01:45 2005 +0000
@@ -1373,7 +1373,8 @@
 Note: Object types defined in external dynamically-loaded modules (not
 part of the XEmacs main source code) should use DECLARE_EXTERNAL_LRECORD
 and DEFINE_EXTERNAL_LRECORD_IMPLEMENTATION rather than DECLARE_LRECORD
-and DEFINE_LRECORD_IMPLEMENTATION.
+and DEFINE_LRECORD_IMPLEMENTATION.  The EXTERNAL versions declare and
+allocate an enumerator for the type being defined.
 
 */