aboutsummaryrefslogtreecommitdiff
path: root/interpreter/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'interpreter/lex.h')
-rw-r--r--interpreter/lex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/interpreter/lex.h b/interpreter/lex.h
index e6f525b..45a5a3c 100644
--- a/interpreter/lex.h
+++ b/interpreter/lex.h
@@ -3,6 +3,8 @@
#include "syntax.h"
+#define INITIAL_TOKEN_LIST_SIZE 20
+
struct token_list *lex(struct token_list*, char*);
#endif