Hacky workaround to make operatings on pointer differences work.
This commit is contained in:
parent
d464606dd6
commit
b868c1ece9
|
@ -115,7 +115,6 @@ int combine(int typ1, int typ2, int op)
|
||||||
return (S_ABS);
|
return (S_ABS);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
fprintf(stderr, "typ1=%d typ2=%d pass=%d\n", typ1, typ2, pass);
|
|
||||||
if (pass != PASS_1)
|
if (pass != PASS_1)
|
||||||
serror("illegal operator");
|
serror("illegal operator");
|
||||||
return (S_UND);
|
return (S_UND);
|
||||||
|
|
Loading…
Reference in a new issue