]> Cypherpunks repositories - gostls13.git/commit
step toward no function prototypes.
authorRuss Cox <rsc@golang.org>
Tue, 14 Jul 2009 06:38:39 +0000 (23:38 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 14 Jul 2009 06:38:39 +0000 (23:38 -0700)
commitbe16caf87257ac285bb568d2da133dd18088f7c2
tree71fb75c950faaa135267c35a6bf74118863bbb79
parenta6799963ef2e2a67d8eed0bb4d1f6b3c8062cad9
step toward no function prototypes.

delay evaluation of most types (all but func)
from parse time to type check time.

R=ken
OCL=31585
CL=31585
src/cmd/gc/dcl.c
src/cmd/gc/go.h
src/cmd/gc/go.y
src/cmd/gc/subr.c
src/cmd/gc/walk.c
test/golden.out