Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 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 | 4cc26ec3f0de |
children | d08f0a2c8722 |
line wrap: on
line diff
--- a/src/ChangeLog Thu Jul 06 21:51:03 2006 +0000 +++ b/src/ChangeLog Fri Jul 07 19:51:15 2006 +0000 @@ -1,3 +1,10 @@ +2006-07-07 Aidan Kehoe <kehoea@parhasard.net> + + * config.h.in: + Don't declare inline macros as `extern' if we're building a + standalone program, because their extern definitions in inline.c + are unlikely to be included. + 2006-06-24 Stephen J. Turnbull <stephen@xemacs.org> * gc.c (gc_mark_root_set): Quiet GCC 4 whining about unused values.