aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-12-09 16:16:07 -0800
committerRuss Cox <rsc@golang.org>2008-12-09 16:16:07 -0800
commit3935610e35bbbfba7771b7fd1be93b3328ded4e4 (patch)
tree14c9af3295825fd30d1352eb9c82d59fd608810f /src/runtime/runtime.h
parent50d0695ccff6391d1506173b53069d1601c504c0 (diff)
downloadgo-3935610e35bbbfba7771b7fd1be93b3328ded4e4.tar.xz
chans and maps of interfaces
R=r DELTA=746 (729 added, 1 deleted, 16 changed) OCL=20858 CL=20858
Diffstat (limited to 'src/runtime/runtime.h')
-rw-r--r--src/runtime/runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index dea47f72ed..b2395e2368 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -220,7 +220,7 @@ struct Func
/*
* external data
*/
-extern Alg algarray[3];
+extern Alg algarray[4];
extern string emptystring;
G* allg;
int32 goidgen;