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:
parent
7c7acbef31
commit
fa1f9f7ca6
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue