Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 1743:543769b89fed
[xemacs-hg @ 2003-10-14 05:02:57 by james]
New compiler.h contains compiler-specific defines. Use it everywhere.
author | james |
---|---|
date | Tue, 14 Oct 2003 05:03:13 +0000 |
parents | 9ddedfc70c4a |
children | e4f996d69637 |
comparison
equal
deleted
inserted
replaced
1742:7f92ee59c996 | 1743:543769b89fed |
---|---|
1 2003-10-13 Jerry James <james@xemacs.org> | |
2 | |
3 * dumper.h: Use {BEGIN,END}_C_DECLS instead of explicit #ifdef. | |
4 * glyphs-eimage.c: Ditto. | |
5 * glyphs-gtk.c: Ditto. | |
6 * glyphs-msw.c: Ditto. | |
7 * glyphs-x.c: Ditto. | |
8 * gtk-xemacs.h: Ditto. | |
9 * libinterface.h: Ditto. | |
10 * lrecord.h: Ditto. | |
11 * process.h: Ditto. | |
12 * symeval.h: Ditto. | |
13 * sysdll.h: Ditto. | |
14 * syswindows.h: Ditto. | |
15 * text.h: Ditto. | |
16 * lisp.h: Ditto. Move basic compiler defines to compiler.h. | |
17 Remove redundant definitions. Add MALLOC attribute to xmalloc, | |
18 xcalloc, etc. Change attribute uses to match new compiler.h. | |
19 * compiler.h: New file containing basic compiler defines from lisp.h. | |
20 * s/windowsnt.h (DECLARE_DOESNT_RETURN): Remove definitions now in | |
21 compiler.h. | |
22 | |
1 2003-10-10 Jerry James <james@xemacs.org> | 23 2003-10-10 Jerry James <james@xemacs.org> |
2 | 24 |
3 * alloc.c (make_compiled_function): Fix C++ breakage introduced by | 25 * alloc.c (make_compiled_function): Fix C++ breakage introduced by |
4 2003-07-25 patch. | 26 2003-07-25 patch. |
5 | 27 |