aboutsummaryrefslogtreecommitdiffhomepage
path: root/c/lex.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-10-20 11:04:47 +0200
committerlemon <lsof@mailbox.org>2025-10-20 11:04:47 +0200
commit21be6c1317078691de33c658dfd77755c9f43592 (patch)
treec592dc837c3de5272799e9412f542bb9931a25d7 /c/lex.h
parenta587564cef96ff5cce1c31a6445858f0f6553b1d (diff)
refactor vec_of(T) and misc
Diffstat (limited to 'c/lex.h')
-rw-r--r--c/lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/lex.h b/c/lex.h
index 4ea7327..60a28bf 100644
--- a/c/lex.h
+++ b/c/lex.h
@@ -101,6 +101,7 @@ struct lexer {
enum initlexer {
LXOK,
LXFILESEEN,
+ LXFILESKIP,
LXERR,
};