]> Cypherpunks repositories - gostls13.git/commitdiff
Linux bison rejects // comments outside { code snippets }
authorRuss Cox <rsc@golang.org>
Wed, 17 Sep 2008 21:09:44 +0000 (14:09 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 17 Sep 2008 21:09:44 +0000 (14:09 -0700)
R=ken
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=15444
CL=15446

src/cmd/gc/go.y

index 15b0b8bd54f17af727fda2167ac13007a2f6963b..dedef05d52402e8a61b7592a6b6189481d214010 100644 (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;