]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: insert \n at end of every input file
authorRuss Cox <rsc@golang.org>
Tue, 30 Jul 2013 14:27:08 +0000 (10:27 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 30 Jul 2013 14:27:08 +0000 (10:27 -0400)
commit27d17255dbe5c620dba1a427c2fd5e2d46cb03f7
tree5bafd8808b085e45d03ef3f1a182e9070c1e9f6f
parent28138f1364939992e5466bff72b3574079dcc577
cmd/gc: insert \n at end of every input file

Not just the first one.

Fixes #5433.
Fixes #5913.

R=ken2
CC=golang-dev
https://golang.org/cl/12028049
src/cmd/gc/go.h
src/cmd/gc/lex.c
test/fixedbugs/bug435.go