From 3935610e35bbbfba7771b7fd1be93b3328ded4e4 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 9 Dec 2008 16:16:07 -0800 Subject: chans and maps of interfaces R=r DELTA=746 (729 added, 1 deleted, 16 changed) OCL=20858 CL=20858 --- src/runtime/runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/runtime.h') 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; -- cgit v1.3