]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/macro.c
2007-05-23 Simon Martin <simartin@users.sourceforge.net>
authorsimartin <simartin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 May 2007 20:58:34 +0000 (20:58 +0000)
committersimartin <simartin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 May 2007 20:58:34 +0000 (20:58 +0000)
commit3b6c638ead814ff8cb8e7311f2c717a1ec850f92
treea044b3337600d63cb8999a4a4f4063b685f09fa7
parent50b412cea73f91959a052c800f34b0c16461c243
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
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/paste15.c [new file with mode: 0644]
libcpp/ChangeLog
libcpp/macro.c