libcpp
commit3e2a04b5eaabe5eab46f35bb0ea4a06804c44f7d
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Jan 2007 19:46:49 +0000 (12 19:46 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Jan 2007 19:46:49 +0000 (12 19:46 +0000)
tree98deba1dfe7c6b9c082beb511fe09a10db6319c8
parentb2f42a98738cbf1cf2166d6d7d575c1a08a0d245
libcpp
PR preprocessor/28227:
* directives.c (lex_macro_node): Added 'is_def_or_undef'
argument.
(do_define): Update.
(do_undef): Update.
(do_ifdef): Update.
(do_ifndef): Update.
gcc/testsuite
PR preprocessor/28227:
* gcc.dg/cpp/pr28227.c: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120731 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/pr28227.c [new file with mode: 0644]
libcpp/ChangeLog
libcpp/directives.c