first operand to intexpr is arith typed
authorerikb <none@none>
Tue, 26 Aug 1986 14:59:36 +0000 (14:59 +0000)
committererikb <none@none>
Tue, 26 Aug 1986 14:59:36 +0000 (14:59 +0000)
lang/cem/cemcom/ch7.c

index 9c5819e..d73052f 100644 (file)
@@ -335,7 +335,7 @@ ch7asgn(expp, oper, expr)
                ch7cast(&expr, oper, (*expp)->ex_type);
        }
        else {  /* turn e into e' where typeof(e') = typeof (f op e) */
-               struct expr *extmp = intexpr(0, INT);
+               struct expr *extmp = intexpr((arith)0, INT);
 
                /* this is really $#@&*%$# ! */
                extmp->ex_lvalue = 1;