]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: tag builtin error, byte, rune to avoid exporting them.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Tue, 27 Aug 2013 19:18:32 +0000 (21:18 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Tue, 27 Aug 2013 19:18:32 +0000 (21:18 +0200)
commita85cfbd433646cba8227429854db59329414e223
tree09aeac955e8f8e2b8aaa7bbfdc120f150a2c3e74
parent4fc7ff497d4133899afed2a3f866d32cb7df5df0
cmd/gc: tag builtin error, byte, rune to avoid exporting them.

Fixes #5910.
Fixes #6260.

R=golang-dev, daniel.morsing
CC=golang-dev
https://golang.org/cl/13257044
src/cmd/gc/lex.c
test/fixedbugs/bug460.dir/a.go
test/fixedbugs/bug460.dir/b.go
test/fixedbugs/issue5910.dir/a.go
test/fixedbugs/issue5910.dir/main.go