Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 1688:034a2ddf5b6b
[xemacs-hg @ 2003-09-16 03:57:54 by james]
Fix C++ build of dump-id.c, and remove dumper.h/lrecord.h duplication.
author | james |
---|---|
date | Tue, 16 Sep 2003 03:57:59 +0000 |
parents | a4b5e2effaff |
children | 1193b7458e43 |
comparison
equal
deleted
inserted
replaced
1687:a4b5e2effaff | 1688:034a2ddf5b6b |
---|---|
1 2003-09-15 Jerry James <james@xemacs.org> | |
2 | |
3 * depend: Regenerate. | |
4 * dumper.h: Use extern "C" for C++ builds. | |
5 * lrecord.h: Remove duplicated material from dumper.h and include | |
6 that instead. | |
7 | |
1 2003-09-15 Jerry James <james@xemacs.org> | 8 2003-09-15 Jerry James <james@xemacs.org> |
2 | 9 |
3 * event-msw.c (debug_mswin_messages): Conditionally compile | 10 * event-msw.c (debug_mswin_messages): Conditionally compile |
4 messages missing from the Cygwin headers. | 11 messages missing from the Cygwin headers. |
5 | 12 |