commit | 85cae877f57e645a13e2c1799ffb1f6592c7474b | [log] [tgz] |
---|---|---|
author | Luuk van Dijk <lvd@golang.org> | Tue Nov 30 18:21:26 2010 +0100 |
committer | Luuk van Dijk <lvd@golang.org> | Tue Nov 30 18:21:26 2010 +0100 |
tree | 6b98d8f2d7e666926b88bca830ba607db385ebf3 | |
parent | 37b7e3db73e1a637091c55a3526e766c6b8413e8 [diff] [blame] |
runtime: parallel definitions in Go for all C structs. R=rsc CC=golang-dev https://golang.org/cl/3308041
diff --git a/src/pkg/runtime/Makefile b/src/pkg/runtime/Makefile index a208458..5fe756a 100644 --- a/src/pkg/runtime/Makefile +++ b/src/pkg/runtime/Makefile
@@ -26,6 +26,13 @@ softfloat64.go\ type.go\ version.go\ + chan_defs.go\ + hashmap_defs.go\ + iface_defs.go\ + malloc_defs.go\ + mheapmap$(SIZE)_defs.go\ + runtime_defs.go\ + $(GOOS)/runtime_defs.go\ GOFILES_tiny=\ tiny/io.go\