mirror of
https://github.com/golang/go
synced 2024-11-22 12:34:48 -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:
parent
68209ed5e3
commit
f0635bbfaa
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user