1
0
mirror of https://github.com/golang/go synced 2024-11-22 07:14:40 -07:00

Linux bison rejects // comments outside { code snippets }

R=ken
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=15444
CL=15446
This commit is contained in:
Russ Cox 2008-09-17 14:09:44 -07:00
parent 68209ed5e3
commit f0635bbfaa

View File

@ -951,7 +951,7 @@ Atype:
$$->type = $3;
$$->chan = Crecv;
}
| LCHAN LCOMM Atype // not full Atype
| LCHAN LCOMM Atype /* not full Atype */
{
$$ = typ(TCHAN);
$$->type = $3;