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)

* 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

index 140e019115afad35cc3bd8c64b411c7245e90ae9..319c572e3140031015f51ad2dc763c8c33ef9311 100644 (file)
@@ -1,3 +1,10 @@
+Sun Apr 19 15:41:24 1998  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * 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  <rth@cygnus.com>
 
        * haifa-sched.c (queue_to_ready): Fix typo in prototype.