newer version

This commit is contained in:
ceriel
1986-06-10 13:18:52 +00:00
parent 966213238a
commit ec528b797e
19 changed files with 524 additions and 524 deletions

View File

@@ -319,7 +319,7 @@ CodeDesig(nd, ds)
CodeFieldDesig(nd->nd_def, ds);
break;
case Oper:
case Arrsel:
assert(nd->nd_symb == '[');
CodeDesig(nd->nd_left, ds);
@@ -347,7 +347,7 @@ CodeDesig(nd, ds)
ds->dsg_kind = DSG_INDEXED;
break;
case Uoper:
case Arrow:
assert(nd->nd_symb == '^');
CodeDesig(nd->nd_right, ds);