Automated g4 rollback of changelist 25024,

plus significant hand editing.

Back to T{x} for composite literals.

R=r
OCL=25612
CL=25632
This commit is contained in:
Russ Cox 2009-03-03 08:39:12 -08:00
parent e8b43190bb
commit be2edb5761
100 changed files with 1711 additions and 1710 deletions

View file

@ -60,7 +60,7 @@ func open(name string) *file {
if err != nil {
return nil
}
return &file(fd, make([]byte, 1024)[0:0]);
return &file{fd, make([]byte, 1024)[0:0]};
}
func byteIndex(s string, c byte) int {