diff options
author | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-02 01:32:21 +0000 |
---|---|---|
committer | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-02 01:32:21 +0000 |
commit | f03668bd4ac75d853fb7b83c0e0e95a3d02cdc94 (patch) | |
tree | ebb05e721bd9965754a245ca7e4348b6356e87c5 /libcpp/ChangeLog | |
parent | cb18f2124c65ec73c148d03485d1f43c7cdd82f0 (diff) | |
download | gcc-f03668bd4ac75d853fb7b83c0e0e95a3d02cdc94.tar.gz |
* internal.h: Update references to Cpp lib filenames.
* directives.c: Likewise.
* init.c: Likewise.
* macro.c: Likewise.
* traditional.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92799 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 41e8aaec7d2..88e5b8f312b 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,11 @@ +2005-01-01 Gabriel Dos Reis <gdr@integrable-solutions.net> + + * internal.h: Update references to Cpp lib filenames. + * directives.c: Likewise. + * init.c: Likewise. + * macro.c: Likewise. + * traditional.c: Likewise. + 2004-12-15 Eric Botcazou <ebotcazou@libertysurf.fr> PR preprocessor/15167 |