1
0
mirror of https://github.com/golang/go synced 2024-11-25 21:47:59 -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 OPACK:
case OLITERAL:
case ONONAME:
break;
default:
lineno = n->lineno;