aboutsummaryrefslogtreecommitdiffhomepage
path: root/c/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/lex.h')
-rw-r--r--c/lex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/lex.h b/c/lex.h
index 2782f67..e57994c 100644
--- a/c/lex.h
+++ b/c/lex.h
@@ -62,6 +62,7 @@ struct token {
};
struct span span;
union {
+ internstr name;
const char *s;
const ushort *ws16;
const uint *ws32;
@@ -101,7 +102,7 @@ struct lexer {
struct arena **tmparena;
bool firstdirective;
ushort nppcnd0;
- const char *inclguard;
+ internstr inclguard;
};
enum initlexer {