diff options
author | Gabriel Dos Reis <gdr@integrable-solutions.net> | 2005-01-02 01:32:21 +0000 |
---|---|---|
committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2005-01-02 01:32:21 +0000 |
commit | a2566ae98d9df2df51b651dc404bae5d2ff54944 (patch) | |
tree | ebb05e721bd9965754a245ca7e4348b6356e87c5 /libcpp/ChangeLog | |
parent | 302904495d01ba8de1061edb1e2aec359ddc83a7 (diff) | |
download | gcc-a2566ae98d9df2df51b651dc404bae5d2ff54944.zip gcc-a2566ae98d9df2df51b651dc404bae5d2ff54944.tar.gz gcc-a2566ae98d9df2df51b651dc404bae5d2ff54944.tar.bz2 |
internal.h: Update references to Cpp lib filenames.
* internal.h: Update references to Cpp lib filenames.
* directives.c: Likewise.
* init.c: Likewise.
* macro.c: Likewise.
* traditional.c: Likewise.
From-SVN: r92799
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 41e8aae..88e5b8f 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 |