diff options
Diffstat (limited to 'src/bvr.h')
-rw-r--r-- | src/bvr.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |