1
0
mirror of https://github.com/golang/go synced 2024-11-26 02:27:56 -07:00

do not use ONONAMEs for line number information,

just like ONAME etc.

R=ken
OCL=31964
CL=31964
This commit is contained in:
Russ Cox 2009-07-21 16:38:56 -07:00
parent 304b7954e8
commit 5a74c0b6ba

View File

@ -112,6 +112,7 @@ setlineno(Node *n)
case OTYPE: case OTYPE:
case OPACK: case OPACK:
case OLITERAL: case OLITERAL:
case ONONAME:
break; break;
default: default:
lineno = n->lineno; lineno = n->lineno;