fix-header.c (enum special_file): Undefine enumerators if they are already defined...
authorManfred Hollstein <manfred@gcc.gnu.org>
Sun, 19 Apr 1998 06:48:05 +0000 (06:48 +0000)
committerManfred Hollstein <manfred@gcc.gnu.org>
Sun, 19 Apr 1998 06:48:05 +0000 (06:48 +0000)
commit49fb83823ee8ef37688a1c514fa88cbb41fea3e0
tree9f79a7a833254b17e36ccd71c9cb95537c313922
parentbddcc8a6dc27941232dc16fd1ec41d9372bc32dd
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
gcc/ChangeLog