]> Cypherpunks repositories - gostls13.git/commitdiff
another "want type got name" error case
authorRuss Cox <rsc@golang.org>
Wed, 17 Dec 2008 01:37:07 +0000 (17:37 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 17 Dec 2008 01:37:07 +0000 (17:37 -0800)
R=ken
OCL=21377
CL=21377

src/cmd/gc/go.y

index 429d2f32b5b573bc10d864977b77418e27c66518..7f67cdb89e934db0da7d95b3217e134e4ff939be 100644 (file)
@@ -2037,5 +2037,6 @@ latype:
                yyerror("no type %s.%s", context, $3->name);
                YYERROR;
        }
+
 /**/