many changes: fixes and efficiency-oriented

This commit is contained in:
ceriel
1987-02-09 23:19:42 +00:00
parent 2f8580c380
commit ad72edfa49
26 changed files with 200 additions and 164 deletions

View File

@@ -340,7 +340,7 @@ ch7asgn(expp, oper, expr)
*/
int
is_integral_type(tp)
struct type *tp;
register struct type *tp;
{
switch (tp->tp_fund) {
case CHAR:
@@ -360,7 +360,7 @@ is_integral_type(tp)
int
is_arith_type(tp)
struct type *tp;
register struct type *tp;
{
switch (tp->tp_fund) {
case CHAR: