cc: back out side() change unil 8c is fixed

this change made 8c fail to build libvorbis and gs, until this
is fixed we can live with non-optimal code.
This commit is contained in:
cinap_lenrek 2015-10-07 13:35:36 +02:00
parent 7c7acbef31
commit fa1f9f7ca6

View file

@ -950,8 +950,6 @@ loop:
case OOROR:
case OCOMMA:
case ODOT:
case OFAS:
case OINDEX:
if(side(n->left))
break;
n = n->right;
@ -963,10 +961,6 @@ loop:
case OSTRING:
case OLSTRING:
case ONAME:
case OREGPAIR:
case OEXREG:
case OREGISTER:
case OINDREG:
return 0;
}
return 1;