]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: move lexn and lexname into lex.go (cleanup)
authorRobert Griesemer <gri@golang.org>
Fri, 11 Mar 2016 23:22:24 +0000 (15:22 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 11 Mar 2016 23:26:59 +0000 (23:26 +0000)
commit76461c93a15c68044543391307bede2eeaa9aa0e
treed98534ade5adfd1e5b6837410fe6928a69f2cc82
parent998b6dd75cf205b37a3f145bc93c50e44150af2c
cmd/compile: move lexn and lexname into lex.go (cleanup)

Missed these two declarations in the previous cleanup.

Change-Id: I54ff3accd387dd90e12847daccf4477169797f81
Reviewed-on: https://go-review.googlesource.com/20603
Run-TryBot: Robert Griesemer <gri@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/lex.go
src/cmd/compile/internal/gc/main.go