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, 2 insertions, 0 deletions
diff --git a/src/bvr.h b/src/bvr.h
index 27ae526..abcd0cf 100644
--- a/src/bvr.h
+++ b/src/bvr.h
@@ -26,6 +26,8 @@
#define BVR_INITIAL_VARIABLES_COUNT 128
#define BVR_MAX_VARIABLE_SIZE 128
#define BVR_UNDEFINED "BVR_UNDEFINED"
+#define BVR_ARRAY_INDEX_CHAR '['
+#define BVR_ARRAY_AFTER_INDEX "]"
char bvr_variables[BVR_INITIAL_VARIABLES_COUNT*2][BVR_MAX_VARIABLE_SIZE];
int bvr_bvrvar_first_time_set = 1;