Increase MAX_TOK_CNT. Impact on watch unsure

This commit is contained in:
Sage Vaillancourt 2020-11-02 12:38:51 -05:00
parent a408472494
commit ba74561bed
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#ifndef OBJECT_H #ifndef OBJECT_H
#define OBJECT_H #define OBJECT_H
#define MAX_TOK_CNT 128 // 128 #define MAX_TOK_CNT 1024 // 128
#define MAX_ENV_ELM 50 // 50 #define MAX_ENV_ELM 50 // 50
#define FOR_POINTER_IN_LIST(_list) \ #define FOR_POINTER_IN_LIST(_list) \