aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppmacro.c
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2001-10-08 20:05:36 +0000
committerNeil Booth <neil@gcc.gnu.org>2001-10-08 20:05:36 +0000
commitbbb12d768b29e78d8b59d75be2fc58603ec3a5cb (patch)
tree806a98f2203cf12ec34e9d9a0011d35b9bb27a4a /gcc/cppmacro.c
parent3e96a2fd0c33ebf78db50bf040624b7cbf8f86b6 (diff)
downloadgcc-bbb12d768b29e78d8b59d75be2fc58603ec3a5cb.zip
gcc-bbb12d768b29e78d8b59d75be2fc58603ec3a5cb.tar.gz
gcc-bbb12d768b29e78d8b59d75be2fc58603ec3a5cb.tar.bz2
cppmacro.c (_cpp_create_definition): Leave comments off.
* cppmacro.c (_cpp_create_definition): Leave comments off. * doc/cpp.texi: Update. From-SVN: r46089
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 221682e..4a30831 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)