diff options
-rw-r--r-- | gcc/cp/.cvsignore | 2 | ||||
-rw-r--r-- | gcc/cp/ChangeLog | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/cp/.cvsignore b/gcc/cp/.cvsignore index 1baf6bb..57ae0df 100644 --- a/gcc/cp/.cvsignore +++ b/gcc/cp/.cvsignore @@ -1,3 +1 @@ -parse.h -parse.c g++int.info* diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 6aca029..bd626bf 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2002-12-31 Neil Booth <neil@daikokuya.co.uk> + + * .cvsignore: Update. + 2002-12-31 Mark Mitchell <mark@codesourcery.com> * parser.c (cp_parser_dependent_type_p): Fix thinko. |