diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2002-12-31 22:11:33 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-12-31 22:11:33 +0000 |
commit | 3d1252a94a9780741c28e3b872577925b919ca0f (patch) | |
tree | ff8f89aecc7aaecafcdc9b8fee144582442ab002 | |
parent | bc455f9ce7118a4ebca13655e665fdd90086bb17 (diff) | |
download | gcc-3d1252a94a9780741c28e3b872577925b919ca0f.zip gcc-3d1252a94a9780741c28e3b872577925b919ca0f.tar.gz gcc-3d1252a94a9780741c28e3b872577925b919ca0f.tar.bz2 |
* .cvsignore: Update.
From-SVN: r60720
-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. |