some very minor changes

This commit is contained in:
dick
1986-09-28 20:33:15 +00:00
parent 624c5a83c5
commit b1f511e187
3 changed files with 14 additions and 11 deletions

View File

@@ -208,7 +208,7 @@ arrayer(arith *sizep;)
[
constant_expression(&expr)
{
array_subscript(expr);
check_array_subscript(expr);
*sizep = expr->VL_VALUE;
free_expression(expr);
}