summaryrefslogtreecommitdiffstats
path: root/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'parser.y')
-rw-r--r--parser.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/parser.y b/parser.y
index c69c1b33..51f4e02e 100644
--- a/parser.y
+++ b/parser.y
@@ -30,6 +30,7 @@
#include <assert.h>
#include <limits.h>
#include <dirent.h>
+#include "config.h"
#include "lib.h"
#include "regex.h"
#include "utf8.h"
@@ -50,7 +51,7 @@ static val parsed_spec;
wchar_t *lexeme;
union obj *obj;
wchar_t chr;
- long num;
+ cnum num;
}
%token <lexeme> TEXT IDENT KEYWORD ALL SOME NONE MAYBE CASES AND OR END COLLECT