fixed unary & and indirect calls
This commit is contained in:
@@ -48,6 +48,7 @@ rank_of(oper)
|
||||
case MINMIN:
|
||||
case CAST:
|
||||
case SIZEOF:
|
||||
case ADDRESSOF:
|
||||
return 2; /* monadic */
|
||||
case '*':
|
||||
case '/':
|
||||
|
||||
Reference in New Issue
Block a user