Mercurial > hg > xemacs-beta
diff man/internals/internals.texi @ 388:aabb7f5b1c81 r21-2-9
Import from CVS: tag r21-2-9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:09:42 +0200 |
parents | 8626e4521993 |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/man/internals/internals.texi Mon Aug 13 11:08:51 2007 +0200 +++ b/man/internals/internals.texi Mon Aug 13 11:09:42 2007 +0200 @@ -2676,7 +2676,7 @@ use it to do so. @item -If the header uses @code{INLINE}, either directly or though +If the header uses @code{INLINE}, either directly or through @code{DECLARE_LRECORD}, then it must be added to @file{inline.c}'s includes. @@ -2968,7 +2968,7 @@ As a general rule, all typedefs should go into the typedefs section of @file{lisp.h} rather than into a module-specific header file even if the structure is defined elsewhere. This allows function prototypes that -use the typedef to placed into other header files. Forward structure +use the typedef to be placed into other header files. Forward structure declarations (i.e. a simple declaration like @code{struct foo;} where the structure itself is defined elsewhere) should be placed into the typedefs section as necessary.