aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorManfred Hollstein <manfred@gcc.gnu.org>1998-04-19 06:48:05 +0000
committerManfred Hollstein <manfred@gcc.gnu.org>1998-04-19 06:48:05 +0000
commit49fb83823ee8ef37688a1c514fa88cbb41fea3e0 (patch)
tree9f79a7a833254b17e36ccd71c9cb95537c313922 /gcc
parentbddcc8a6dc27941232dc16fd1ec41d9372bc32dd (diff)
downloadgcc-49fb83823ee8ef37688a1c514fa88cbb41fea3e0.zip
gcc-49fb83823ee8ef37688a1c514fa88cbb41fea3e0.tar.gz
gcc-49fb83823ee8ef37688a1c514fa88cbb41fea3e0.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 140e019..319c572 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.