]> Cypherpunks repositories - gostls13.git/commit
keep line number history even when
authorRuss Cox <rsc@golang.org>
Sat, 31 Jan 2009 01:10:10 +0000 (17:10 -0800)
committerRuss Cox <rsc@golang.org>
Sat, 31 Jan 2009 01:10:10 +0000 (17:10 -0800)
commit47e27758dbe26e17aa0955780f37f41036151a2a
treeff5dfa03f5c728636dce9bec60bcfd68730789dc
parent9e735985d42368de01fbef63af713cb8675bdffa
keep line number history even when
throwing away dead code at end of file.

also fix an uninitialized memory error
found by valgrind.

R=r
DELTA=7  (5 added, 2 deleted, 0 changed)
OCL=23991
CL=23994
src/cmd/6l/obj.c
src/cmd/6l/span.c