From: Richard M. Stallman Date: Fri, 13 Sep 2002 19:36:33 +0000 (+0000) Subject: (UNEXEC): Comment out definition. X-Git-Tag: ttn-vms-21-2-B4~13174 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95fb966a335f9dbc8be3d6d6d2448c0c8d50f025;p=emacs.git (UNEXEC): Comment out definition. --- diff --git a/src/ChangeLog b/src/ChangeLog index 253f97c12ad..4ad23b91929 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2002-09-13 Richard M. Stallman + + * 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 * unexsol.c: Include buffer.h, charset.h, coding.h. diff --git a/src/s/sol2-6.h b/src/s/sol2-6.h index 7262415d07c..94651397658 100644 --- a/src/s/sol2-6.h +++ b/src/s/sol2-6.h @@ -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