summaryrefslogtreecommitdiffstats
path: root/src/bvr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bvr.h')
-rw-r--r--src/bvr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bvr.h b/src/bvr.h
index 185b78f..acd34c7 100644
--- a/src/bvr.h
+++ b/src/bvr.h
@@ -23,7 +23,7 @@
#define PROCESSING_COMMAND 346 // not needed
#define THE_VOID "/dev/null"
-#define BVR_INITIAL_VARIABLES_COUNT 128
+#define BVR_INITIAL_VARIABLES_COUNT 1024
#define BVR_UNDEFINED "BVR_UNDEFINED"
#define BVR_ARRAY_INDEX_CHAR '['
#define BVR_ARRAY_AFTER_INDEX "]"