Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Oct 13 18:53:24 2003 +0000 +++ b/src/ChangeLog Tue Oct 14 05:03:13 2003 +0000 @@ -1,3 +1,25 @@ +2003-10-13 Jerry James <james@xemacs.org> + + * dumper.h: Use {BEGIN,END}_C_DECLS instead of explicit #ifdef. + * glyphs-eimage.c: Ditto. + * glyphs-gtk.c: Ditto. + * glyphs-msw.c: Ditto. + * glyphs-x.c: Ditto. + * gtk-xemacs.h: Ditto. + * libinterface.h: Ditto. + * lrecord.h: Ditto. + * process.h: Ditto. + * symeval.h: Ditto. + * sysdll.h: Ditto. + * syswindows.h: Ditto. + * text.h: Ditto. + * lisp.h: Ditto. Move basic compiler defines to compiler.h. + Remove redundant definitions. Add MALLOC attribute to xmalloc, + xcalloc, etc. Change attribute uses to match new compiler.h. + * compiler.h: New file containing basic compiler defines from lisp.h. + * s/windowsnt.h (DECLARE_DOESNT_RETURN): Remove definitions now in + compiler.h. + 2003-10-10 Jerry James <james@xemacs.org> * alloc.c (make_compiled_function): Fix C++ breakage introduced by