From 01171cbc52ac597bde41b7f0a071e9012ac131dc Mon Sep 17 00:00:00 2001 From: erikb Date: Tue, 26 Aug 1986 14:59:36 +0000 Subject: [PATCH] first operand to intexpr is arith typed --- lang/cem/cemcom/ch7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/cem/cemcom/ch7.c b/lang/cem/cemcom/ch7.c index 9c5819ed..d73052fc 100644 --- a/lang/cem/cemcom/ch7.c +++ b/lang/cem/cemcom/ch7.c @@ -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;