1
0
mirror of https://github.com/golang/go synced 2024-11-12 08:40:21 -07:00

line numbers

SVN=125228
This commit is contained in:
Ken Thompson 2008-06-27 17:35:42 -07:00
parent 4331293f41
commit 57d80398e6

View File

@ -700,6 +700,8 @@ Lconv(Fmt *fp)
n = 0;
for(h=hist; h!=H; h=h->link) {
if(h->offset < 0)
continue;
if(lno < h->line)
break;
if(h->name) {