diff options
| author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-16 17:07:01 +0000 |
|---|---|---|
| committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-16 17:07:01 +0000 |
| commit | 821fa04597c85a989208417116a579a8333810cc (patch) | |
| tree | 731f455afa7023a8116cc6a957e079da9a2f3e35 /libcpp/ChangeLog | |
| parent | 63db09c1cad487ddffdc5caaa6ecac9b87637e50 (diff) | |
| download | ppe42-gcc-821fa04597c85a989208417116a579a8333810cc.tar.gz ppe42-gcc-821fa04597c85a989208417116a579a8333810cc.zip | |
2004-07-16 Andris Pavenis <pavenis@latnet.lv>
PR preprocessor/16366
* internal.h (struct cpp_reader): New field dir_hash.
* files.c (make_cpp_dir): Use dir_hash, not file_hash.
(_cpp_init_files, _cpp_cleanup_files): Update for new field.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84821 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 2cdd78445b8..48fdf38691b 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +2004-07-16 Andris Pavenis <pavenis@latnet.lv> + + PR preprocessor/16366 + * internal.h (struct cpp_reader): New field dir_hash. + * files.c (make_cpp_dir): Use dir_hash, not file_hash. + (_cpp_init_files, _cpp_cleanup_files): Update for new field. + 2004-07-04 Neil Booth <neil@duron.akihabara.co.uk> PR preprocessor/16192 |

