Added default scope stack size

This commit is contained in:
Øyvind Skaaden 2022-03-16 22:25:32 +01:00
parent bef1e015f6
commit b0f3da6f0d

View File

@ -47,4 +47,5 @@ typedef struct s {
#define GLOBAL_BUCKET_SIZE 32
#define LOCAL_BUCKET_SIZE 16
#define DEFAULT_STRING_LIST_SIZE 8
#define DEFAULT_STRING_LIST_SIZE 8
#define DEFAULT_NO_SCOPES 1