Commit a57bd381 by Richard Stallman

*** empty log message ***

From-SVN: r1462
parent 23643037
...@@ -3233,7 +3233,7 @@ pushcase (value, label, duplicate) ...@@ -3233,7 +3233,7 @@ pushcase (value, label, duplicate)
return 0; return 0;
/* There may be NOP_EXPR around the value if we got it from an enum. */ /* There may be NOP_EXPR around the value if we got it from an enum. */
STRIP_NOPS (arg); STRIP_NOPS (value);
/* Convert VALUE to the type in which the comparisons are nominally done. */ /* Convert VALUE to the type in which the comparisons are nominally done. */
if (value != 0) if (value != 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment