aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2003-10-27 06:40:55 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2003-10-27 06:40:55 +0000
commit40f781eb849a2877966fbb06620e0ccc5f2b398f (patch)
tree4724afcbc4ffcc357bef52e715fdeaf69f3e4660 /gcc
parentb6f611637e7411536dc883100c543547f4b7c03a (diff)
downloadgcc-40f781eb849a2877966fbb06620e0ccc5f2b398f.zip
gcc-40f781eb849a2877966fbb06620e0ccc5f2b398f.tar.gz
gcc-40f781eb849a2877966fbb06620e0ccc5f2b398f.tar.bz2
Remove incorrect entry
From-SVN: r72973
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e62f245..91f391a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -455,7 +455,6 @@
* c-pch.c (struct c_pch_validity): Add pch_init field.
(pch_init): Set it.
(c_common_valid_pch): Check it.
- (get_ident): Bump the PCH version number.
2003-10-22 David Taylor <dtaylor@emc.com>