]> Cypherpunks repositories - gostls13.git/commit
fix bug:
authorRuss Cox <rsc@golang.org>
Tue, 7 Oct 2008 19:42:57 +0000 (12:42 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 7 Oct 2008 19:42:57 +0000 (12:42 -0700)
commit96da920f1abe2301639c6e5b7ba637f6b413d6eb
tree505af90b10559ef89373da51257edc1d1138d8dd
parenteb452f4b6ef68980e4f68e9c1a0c175334f659e5
fix bug:

type T struct
export type T struct { a int }

was not exporting T

R=ken
OCL=16650
CL=16650
src/cmd/gc/dcl.c