Added default scope stack size

main
Øyvind Skaaden 2022-03-16 22:25:32 +01:00
parent bef1e015f6
commit b0f3da6f0d
1 changed files with 2 additions and 1 deletions

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