revised the treatment of "e op= f" expression

This commit is contained in:
erikb
1986-08-13 10:05:39 +00:00
parent 1b7821a87e
commit 736a5ff99b
7 changed files with 106 additions and 92 deletions

View File

@@ -115,6 +115,7 @@ fundamental(tp)
case CHAR:
case SHORT:
case INT:
case ERRONEOUS:
case LONG:
case ENUM:
return tp->tp_unsigned ? T_UNSIGNED : T_SIGNED;