From d7c1048771ad193b456fd28f46cec8cf207430aa Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Mon, 24 Nov 2008 14:23:53 -0800 Subject: [PATCH] really restore helpful error rules R=rsc OCL=19929 CL=19929 --- src/cmd/gc/go.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/gc/go.y b/src/cmd/gc/go.y index 797923f030..082a83fdea 100644 --- a/src/cmd/gc/go.y +++ b/src/cmd/gc/go.y @@ -2011,7 +2011,7 @@ hidden_importsym: * to check whether the rest of the grammar is free of * reduce/reduce conflicts, comment this section out by * removing the slash on the next line. - * + */ lpack: LATYPE { -- 2.48.1