minor changes concerning void and pre-processor

This commit is contained in:
eck
1989-09-29 16:20:38 +00:00
parent 2d9ff63276
commit 3b0fac78bd
22 changed files with 101 additions and 115 deletions

View File

@@ -167,7 +167,7 @@ ch3bin(expp, oper, expr)
case RIGHTAB:
opnd2integral(expp, oper);
opnd2integral(&expr, oper);
arithbalance(expp, oper, &expr); /* ch. 7.5 */
arithbalance(expp, oper, &expr); /* ch. 3.3.7 */
ch3cast(&expr, oper, int_type); /* cvt. rightop to int */
non_commutative_binop(expp, oper, expr);
break;