aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-01-09 00:32:06 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-01-09 00:32:06 +0000
commit1774f99d7df80620c62e1f574325b8b20919d137 (patch)
treefe11861b791578562c12eb3ef97f9b22cd10defc /gcc
parent25839c4147749c40e6add9e7da1a12adb0b79d62 (diff)
downloadgcc-1774f99d7df80620c62e1f574325b8b20919d137.zip
gcc-1774f99d7df80620c62e1f574325b8b20919d137.tar.gz
gcc-1774f99d7df80620c62e1f574325b8b20919d137.tar.bz2
(This line wasn't in the ChangeLog even though the change was committed)
(This line wasn't in the ChangeLog even though the change was committed) * decl.c: Remove some #if 0 code. From-SVN: r61061
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 2376d13..92a7942 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -5,6 +5,8 @@
2003-01-08 Nathanael Nerode <neroden@gcc.gnu.org>
+ * decl.c: Remove some #if 0 code.
+
* decl.c: ANSIfy function declarations.
2003-01-07 Mark Mitchell <mark@codesourcery.com>