Commit 5a74c0b6 authored by Russ Cox's avatar Russ Cox

do not use ONONAMEs for line number information,

just like ONAME etc.

R=ken
OCL=31964
CL=31964
parent 304b7954
......@@ -112,6 +112,7 @@ setlineno(Node *n)
case OTYPE:
case OPACK:
case OLITERAL:
case ONONAME:
break;
default:
lineno = n->lineno;
......
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