]> Cypherpunks repositories - gostls13.git/commit
gc: initial BOM is legal.
authorRob Pike <r@golang.org>
Mon, 10 Sep 2012 20:03:07 +0000 (13:03 -0700)
committerRob Pike <r@golang.org>
Mon, 10 Sep 2012 20:03:07 +0000 (13:03 -0700)
commit6ce49303652420b55c7c878a924bbcd5e2e8e624
tree638855be26a2b7ae0b7207fc6c7ee4d88e779cfa
parent2c5b53866c001632678c0467f713d019cf50c1a6
gc: initial BOM is legal.
Fixes #4040.

R=rsc
CC=golang-dev
https://golang.org/cl/6497098
src/cmd/gc/lex.c
test/bom.go [new file with mode: 0644]
test/bombad.go [new file with mode: 0644]