commit 0777b3260e1fc1593e9fdb4e898958b1d7bf73a4 parent cefd68741f4ca414f4455554cd17ce3350db227d Author: sin <sin@2f30.org> Date: Mon, 19 May 2014 10:49:36 +0100 Increase number of environments Diffstat:
M | sym.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sym.c b/sym.c @@ -4,7 +4,7 @@ #include "sym.h" #include "util.h" -#define NRMAXENV 16 +#define NRMAXENV 1024 #define NRMAXSYM 1024 struct symentry {