diff options
author | dpatel <dpatel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-28 19:04:19 +0000 |
---|---|---|
committer | dpatel <dpatel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-28 19:04:19 +0000 |
commit | b0d0794db1566bfc7323663daba93c89bc04ad2a (patch) | |
tree | 0ba8e36d9933835b4bc05df76dc4cbc716b85880 /libcpp/ChangeLog | |
parent | 13422b8a453eebbb91a823b1dd1fe33534906706 (diff) | |
download | ppe42-gcc-b0d0794db1566bfc7323663daba93c89bc04ad2a.tar.gz ppe42-gcc-b0d0794db1566bfc7323663daba93c89bc04ad2a.zip |
* directives.c (do_line): Save sysp early before line table is
realloc'ed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95691 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 5e6ad289e36..1f441b19b9d 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,8 @@ +2005-02-28 Devang Patel <dpatel@apple.com> + + * directives.c (do_line): Save sysp early before line table is + realloc'ed. + 2005-02-20 Zack Weinberg <zack@codesourcery.com> PR 18785 |