aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Bushnell <mib@gnu.org>1994-09-14 14:18:03 +0000
committerMichael Bushnell <mib@gnu.org>1994-09-14 14:18:03 +0000
commit44c5421f37c02e183c3c8f282fdcfca119e667a1 (patch)
tree36ce80c6d94f25fb2dd35907de1843003543e629 /gcc
parenteb7392a8857e516904c4a1f12372716c75fd345d (diff)
downloadgcc-44c5421f37c02e183c3c8f282fdcfca119e667a1.zip
gcc-44c5421f37c02e183c3c8f282fdcfca119e667a1.tar.gz
gcc-44c5421f37c02e183c3c8f282fdcfca119e667a1.tar.bz2
Added log entry for change to g++.c.
From-SVN: r8081
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 3df3180..2159ca5 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+Wed Sep 14 10:17:27 1994 Michael I Bushnell <mib@churchy.gnu.ai.mit.edu>
+
+ * g++.c: Include <sys/errno.h> in case `errno' is a macro
+ as permitted by ANSI C.
+
Thu Aug 18 12:48:09 1994 Mike Stump (mrs@cygnus.com)
* class.c (finish_struct): Move setting of CLASSTYPE_INTERFACE and