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:
parent
304b7954e8
commit
5a74c0b6ba
@ -112,6 +112,7 @@ setlineno(Node *n)
|
||||
case OTYPE:
|
||||
case OPACK:
|
||||
case OLITERAL:
|
||||
case ONONAME:
|
||||
break;
|
||||
default:
|
||||
lineno = n->lineno;
|
||||
|
Loading…
Reference in New Issue
Block a user