summaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-15 23:18:04 +0000
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-15 23:18:04 +0000
commit9936e07d9194ed249cb7581e2b3b612e98844cde (patch)
tree88d1edaa90379d91bcd7b9bad1e228c48a4e8210 /libcpp/ChangeLog
parenta606f1d66ed166d39f547f06331f7e027abfc504 (diff)
downloadgcc-9936e07d9194ed249cb7581e2b3b612e98844cde.tar.gz
2005-02-15 Eric Christopher <echristo@redhat.com>
PR preprocessor/19077 * macro.c (cpp_macro_definition): Move handling of whitespace to PREV_WHITE conditional. Remove overloading of len variable. 2005-02-15 Eric Christopher <echristo@redhat.com> * gcc.dg/cpp/20050215-1.c: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95080 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 26e65045380..5c58eb7ceb8 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,10 @@
+2005-02-15 Eric Christopher <echristo@redhat.com>
+
+ PR preprocessor/19077
+ * macro.c (cpp_macro_definition): Move handling of whitespace
+ to PREV_WHITE conditional. Remove overloading of len
+ variable.
+
2005-02-14 Kazu Hirata <kazu@cs.umass.edu>
* directives.c, files.c, init.c, internal.h, macro.c, pch.c,