Commit e53d5ad6 authored by Russ Cox's avatar Russ Cox

fix type/name thing, again

R=r
DELTA=8  (7 added, 0 deleted, 1 changed)
OCL=21379
CL=21379
parent 99435cac
......@@ -2038,5 +2038,12 @@ latype:
YYERROR;
}
nametype:
LNAME
{
yyerror("no type %s", $1->name);
YYERROR;
}
/**/
......@@ -240,7 +240,7 @@ fixedbugs/bug074.go:6: syntax error near string
fixedbugs/bug074.go:7: x: undefined
=========== fixedbugs/bug081.go
fixedbugs/bug081.go:5: syntax error near x
fixedbugs/bug081.go:5: no type x
=========== fixedbugs/bug083.go
fixedbugs/bug083.dir/bug1.go:5: syntax error near T0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment