Commit b2d90202 authored by Ken Thompson's avatar Ken Thompson

len now takes an expression

R=r
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=13523
CL=13523
parent d302244c
......@@ -720,7 +720,7 @@ pexpr:
{
$$ = nod(OCALL, $1, $3);
}
| LLEN '(' name ')'
| LLEN '(' expr ')'
{
$$ = nod(OLEN, $3, N);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment