Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
3492:d7af9dc028f0 | 3493:cb20b201d5e6 |
---|---|
1 2006-07-07 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * config.h.in: | |
4 Don't declare inline macros as `extern' if we're building a | |
5 standalone program, because their extern definitions in inline.c | |
6 are unlikely to be included. | |
7 | |
1 2006-06-24 Stephen J. Turnbull <stephen@xemacs.org> | 8 2006-06-24 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 9 |
3 * gc.c (gc_mark_root_set): Quiet GCC 4 whining about unused values. | 10 * gc.c (gc_mark_root_set): Quiet GCC 4 whining about unused values. |
4 | 11 |
5 2006-06-29 Jerry James <james@xemacs.org> | 12 2006-06-29 Jerry James <james@xemacs.org> |