diff options
author | simartin <simartin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-23 20:58:34 +0000 |
---|---|---|
committer | simartin <simartin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-23 20:58:34 +0000 |
commit | 3b6c638ead814ff8cb8e7311f2c717a1ec850f92 (patch) | |
tree | a044b3337600d63cb8999a4a4f4063b685f09fa7 /libcpp/ChangeLog | |
parent | 50b412cea73f91959a052c800f34b0c16461c243 (diff) | |
download | gcc-3b6c638ead814ff8cb8e7311f2c717a1ec850f92.tar.gz |
2007-05-23 Simon Martin <simartin@users.sourceforge.net>
PR preprocessor/20077
* macro.c (create_iso_definition): Fixed the method to determine whether
the token-pasting operator appears at the beginning or the end of a macro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125000 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 44023594743..8f760cc1d95 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +2007-05-23 Simon Martin <simartin@users.sourceforge.net> + + PR preprocessor/20077 + * macro.c (create_iso_definition): Fixed the method to determine + whether the token-pasting operator appears at the beginning or the end + of a macro. + 2007-05-21 Ian Lance Taylor <iant@google.com> * internal.h (struct cpp_reader): Add new fields: |