made to fit on PDP-11 ...

This commit is contained in:
ceriel
1988-07-05 19:06:40 +00:00
parent 316c0b3d32
commit 6e9022e947
7 changed files with 28 additions and 38 deletions

View File

@@ -178,7 +178,7 @@ ChkArr(expp, flags)
register t_type *tpl;
assert(expp->nd_class == Arrsel);
assert(expp->nd_symb == '[');
assert(expp->nd_symb == '[' || expp->nd_symb == ',');
expp->nd_type = error_type;