]> Cypherpunks.ru repositories - gostls13.git/commit
gc: return of ideal bool
authorRuss Cox <rsc@golang.org>
Wed, 22 Feb 2012 03:54:07 +0000 (22:54 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 22 Feb 2012 03:54:07 +0000 (22:54 -0500)
commita457fa500d35d352a76883706e82fd7e9f8e4bd7
treee5e23701e0ee9400e4e68c438fbce369c4a1b504
parent5bcad92f07317dc81122f72d40433f314e336b7c
gc: return of ideal bool

This is a manual undo of CL 5674098.
It does not implement the even less strict spec
that we just agreed on, but it gets us back where
we were at the last weekly.

R=ken2
CC=golang-dev
https://golang.org/cl/5683069
src/cmd/gc/const.c
src/cmd/gc/export.c
src/cmd/gc/fmt.c
src/cmd/gc/go.h
src/cmd/gc/lex.c
src/cmd/gc/subr.c
test/fixedbugs/bug285.go
test/named.go
test/named1.go