From: Manfred Hollstein Date: Sun, 19 Apr 1998 06:48:05 +0000 (+0000) Subject: fix-header.c (enum special_file): Undefine enumerators if they are already defined... X-Git-Tag: prereleases/egcs-1.1-prerelease~1630 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49fb83823ee8ef37688a1c514fa88cbb41fea3e0;p=thirdparty%2Fgcc.git fix-header.c (enum special_file): Undefine enumerators if they are already defined by include files. � * fix-header.c (enum special_file): Undefine enumerators if they are already defined by include files. * fixproto (rel_source_file in unistd.h stdlib.h): Prefix file protection macro with '__' to not pollute user namespace. From-SVN: r19296 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 140e019115af..319c572e3140 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +Sun Apr 19 15:41:24 1998 Manfred Hollstein + + * fix-header.c (enum special_file): Undefine enumerators if they + are already defined by include files. + * fixproto (rel_source_file in unistd.h stdlib.h): Prefix file protection + macro with '__' to not pollute user namespace. + Sun Apr 19 02:42:06 1998 Richard Henderson * haifa-sched.c (queue_to_ready): Fix typo in prototype.