From: Russ Cox Date: Wed, 17 Dec 2008 01:37:07 +0000 (-0800) Subject: another "want type got name" error case X-Git-Tag: weekly.2009-11-06~2498 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=99435cac09e2f678bdfc256af70a6afb465f9831;p=gostls13.git another "want type got name" error case R=ken OCL=21377 CL=21377 --- diff --git a/src/cmd/gc/go.y b/src/cmd/gc/go.y index 429d2f32b5..7f67cdb89e 100644 --- a/src/cmd/gc/go.y +++ b/src/cmd/gc/go.y @@ -2037,5 +2037,6 @@ latype: yyerror("no type %s.%s", context, $3->name); YYERROR; } + /**/