]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: move functions from util.go to lex.go
authorMarvin Stenger <marvin.stenger94@gmail.com>
Thu, 24 Sep 2015 13:41:05 +0000 (15:41 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 24 Sep 2015 14:45:28 +0000 (14:45 +0000)
commitffe743945fedb43fd29cf578f06be5d5d0577f57
tree74ff7e24fd8956e95eed395f050cb7b05946fbf9
parentd08f34e744c77a7dc5f33516971e27b9ab390b30
cmd/compile/internal/gc: move functions from util.go to lex.go

Moves the functions:
        isSpace(int) bool
        isAlpha(int) bool
        isDigit(int) bool
        isAlnum(int) bool
        plan9quote(string) string

Passes go build -toolexec 'toolstash -cmp' -a std.

Change-Id: I6f946981abb6f29b047ad90d5c117847e826789f
Reviewed-on: https://go-review.googlesource.com/14952
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/lex.go
src/cmd/compile/internal/gc/util.go