diff options
author | Ken Thompson <ken@golang.org> | 2009-05-28 16:00:55 -0700 |
---|---|---|
committer | Ken Thompson <ken@golang.org> | 2009-05-28 16:00:55 -0700 |
commit | 103de3e314847a7ec67c8ff2a26f7dfe3e79ffe9 (patch) | |
tree | ef3051f1ef10e216f04df89c1aa50f6648f8b091 /src/cmd/gc/sys.go | |
parent | 627363e8a8fddda42af80877cfed1546f44d87cb (diff) | |
download | golang-103de3e314847a7ec67c8ff2a26f7dfe3e79ffe9.tar.gz |
detect recursive initialization
R=r
OCL=29544
CL=29544
Diffstat (limited to 'src/cmd/gc/sys.go')
-rw-r--r-- | src/cmd/gc/sys.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/gc/sys.go b/src/cmd/gc/sys.go index 3a278d9ff..d4313d2f2 100644 --- a/src/cmd/gc/sys.go +++ b/src/cmd/gc/sys.go @@ -10,6 +10,7 @@ package PACKAGE func mal(int32) *any; func throwindex(); func throwreturn(); +func throwinit(); func panicl(int32); func printbool(bool); |