1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-05 21:42:34 -08:00

(UNEXEC): Comment out definition.

This commit is contained in:
Richard M. Stallman 2002-09-13 19:36:33 +00:00
parent 312270cf02
commit 95fb966a33
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2002-09-13 Richard M. Stallman <rms@gnu.org>
* s/sol2-6.h (UNEXEC): Comment out definition.
* unexsol.c (unexec): Don't downcase first letter of error msg.
* xfaces.c (Fcolor_supported_p): Just one arg is required.
2002-09-12 Markus Rost <rost@math.ohio-state.edu>
* unexsol.c: Include buffer.h, charset.h, coding.h.

View file

@ -2,6 +2,7 @@
#include "sol2-5.h"
#if 0 /* dldump does not handle all the extensions used by GNU ld. */
#undef UNEXEC
#define UNEXEC unexsol.o
#endif