]> Cypherpunks repositories - gostls13.git/commit
gc: make size of struct{} and [0]byte 0 bytes
authorRobert Hencke <robert.hencke@gmail.com>
Tue, 12 Jul 2011 18:12:06 +0000 (11:12 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 12 Jul 2011 18:12:06 +0000 (11:12 -0700)
commit67edf9cb87847c88224c43206d7eccf65ac18acd
treedff5d70bda5dc10b870b1a205c1a1881e4765683
parent86e7323bdf8cb2c614ff6b63ca5909f484db8642
gc: make size of struct{} and [0]byte 0 bytes

Fixes #1949.

R=iant, rsc
CC=golang-dev
https://golang.org/cl/4634124
src/cmd/gc/align.c
src/cmd/gc/pgen.c