Mercurial > hg > xemacs-beta
diff src/config.h.in @ 3493:cb20b201d5e6
[xemacs-hg @ 2006-07-07 19:51:13 by aidan]
Small bug in the INLINE_HEADER macro.
author | aidan |
---|---|
date | Fri, 07 Jul 2006 19:51:15 +0000 |
parents | 15fb91e3a115 |
children | 6d4dc9ec7240 |
line wrap: on
line diff
--- a/src/config.h.in Thu Jul 06 21:51:03 2006 +0000 +++ b/src/config.h.in Fri Jul 07 19:51:15 2006 +0000 @@ -1066,7 +1066,7 @@ Use `inline static' to define inline functions in .c files. See the Internals manual for examples and more information. */ -#if defined (__cplusplus) || ! defined (__GNUC__) +#if defined (__cplusplus) || ! defined (__GNUC__) || ! defined(emacs) # define INLINE_HEADER inline static #elif defined (DONT_EXTERN_INLINE_HEADER_FUNCTIONS) # define INLINE_HEADER inline