diff options
Diffstat (limited to 'gcc/cppexp.c')
-rw-r--r-- | gcc/cppexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppexp.c b/gcc/cppexp.c index 7e2c85a..31b740f 100644 --- a/gcc/cppexp.c +++ b/gcc/cppexp.c @@ -842,7 +842,7 @@ _cpp_parse_expr (pfile) case CPP_PLUS: if (!(top->flags & HAVE_VALUE)) { - UNARY(+); + UNARY(/* + */); /* K+R C doesn't like unary + */ } else { |