Commit f0635bbf authored by Russ Cox's avatar Russ Cox

Linux bison rejects // comments outside { code snippets }

R=ken
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=15444
CL=15446
parent 68209ed5
...@@ -951,7 +951,7 @@ Atype: ...@@ -951,7 +951,7 @@ Atype:
$$->type = $3; $$->type = $3;
$$->chan = Crecv; $$->chan = Crecv;
} }
| LCHAN LCOMM Atype // not full Atype | LCHAN LCOMM Atype /* not full Atype */
{ {
$$ = typ(TCHAN); $$ = typ(TCHAN);
$$->type = $3; $$->type = $3;
......
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