diff options
Diffstat (limited to 'src/runtime/runtime.h')
-rw-r--r-- | src/runtime/runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h index dea47f72e..b2395e236 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; |