Kaydet (Commit) 57071ce5 authored tarafından Neal Norwitz's avatar Neal Norwitz

Oops, "=" is not a comparison operator

üst f21c8ed5
......@@ -471,7 +471,6 @@ ast_for_comp_op(const node *n)
case GREATER:
return Gt;
case EQEQUAL: /* == */
case EQUAL:
return Eq;
case LESSEQUAL:
return LtE;
......
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