]> Cypherpunks repositories - gostls13.git/commit
fix new(T) if type T []int.
authorRuss Cox <rsc@golang.org>
Sun, 21 Dec 2008 00:30:44 +0000 (16:30 -0800)
committerRuss Cox <rsc@golang.org>
Sun, 21 Dec 2008 00:30:44 +0000 (16:30 -0800)
commitaf5e16cfd9898e53beb1a8d74bcdf00ad9e6b8ba
treeb43bfb49764e70eb4a1d3f60a7f3352c71893e5c
parent2b33a134a86817edf441d260421d2a6d8c32e7d4
fix new(T) if type T []int.
make sure type of expr is T not just []int

R=ken
OCL=21688
CL=21688
src/cmd/gc/walk.c