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:
parent
4331293f41
commit
57d80398e6
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user