aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cppexp.c')
-rw-r--r--gcc/cppexp.c2
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
{