summaryrefslogtreecommitdiff
path: root/src/lex/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lex/lex.h')
-rw-r--r--src/lex/lex.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lex/lex.h b/src/lex/lex.h
index feb589e..81a7355 100644
--- a/src/lex/lex.h
+++ b/src/lex/lex.h
@@ -13,6 +13,7 @@
#include <libcss/types.h>
#include <parserutils/input/inputstream.h>
+#include <parserutils/utils/hash.h>
typedef struct css_lexer css_lexer;
@@ -60,8 +61,9 @@ typedef struct css_token {
css_string data;
- css_string lower;
-
+ const parserutils_hash_entry *idata;
+ const parserutils_hash_entry *ilower;
+
uint32_t col;
uint32_t line;
} css_token;