commit | 3935610e35bbbfba7771b7fd1be93b3328ded4e4 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Dec 09 16:16:07 2008 -0800 |
committer | Russ Cox <rsc@golang.org> | Tue Dec 09 16:16:07 2008 -0800 |
tree | 14c9af3295825fd30d1352eb9c82d59fd608810f | |
parent | 50d0695ccff6391d1506173b53069d1601c504c0 [diff] [blame] |
chans and maps of interfaces R=r DELTA=746 (729 added, 1 deleted, 16 changed) OCL=20858 CL=20858
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h index dea47f7..b2395e2 100644 --- a/src/runtime/runtime.h +++ b/src/runtime/runtime.h
@@ -220,7 +220,7 @@ /* * external data */ -extern Alg algarray[3]; +extern Alg algarray[4]; extern string emptystring; G* allg; int32 goidgen;