summaryrefslogtreecommitdiff
path: root/gcc/cppmacro.c
diff options
context:
space:
mode:
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-08 20:05:36 +0000
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-08 20:05:36 +0000
commit04bff562bcdcf4bc15d621283e8579a59af09912 (patch)
tree806a98f2203cf12ec34e9d9a0011d35b9bb27a4a /gcc/cppmacro.c
parent7cb6c162b628563c0a7308ac3bf74b3fb22135ba (diff)
downloadgcc-04bff562bcdcf4bc15d621283e8579a59af09912.tar.gz
* cppmacro.c (_cpp_create_definition): Leave comments off.
* doc/cpp.texi: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46089 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cppmacro.c')
-rw-r--r--gcc/cppmacro.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cppmacro.c b/gcc/cppmacro.c
index 221682e97d7..4a30831afd2 100644
--- a/gcc/cppmacro.c
+++ b/gcc/cppmacro.c
@@ -1329,7 +1329,6 @@ _cpp_create_definition (pfile, node)
else if (ctoken->type != CPP_EOF && !(ctoken->flags & PREV_WHITE))
cpp_pedwarn (pfile, "ISO C requires whitespace after the macro name");
- pfile->state.save_comments = ! CPP_OPTION (pfile, discard_comments);
saved_cur_token = pfile->cur_token;
if (macro->fun_like)