* cppexp.c (_cpp_parse_expr): Don't use unary plus.
From-SVN: r34934
This commit is contained in:
parent
91fcd1584b
commit
66267cdb85
@ -1,3 +1,7 @@
|
||||
2000-07-09 Zack Weinberg <zack@wolery.cumb.org>
|
||||
|
||||
* cppexp.c (_cpp_parse_expr): Don't use unary plus.
|
||||
|
||||
2000-07-09 Neil Booth <NeilB@earthling.net>
|
||||
|
||||
* cpphash.h: ISvspace, is_vspace, is_nvspace: New.
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user