diff options
| author | 2025-10-20 11:04:47 +0200 | |
|---|---|---|
| committer | 2025-10-20 11:04:47 +0200 | |
| commit | 21be6c1317078691de33c658dfd77755c9f43592 (patch) | |
| tree | c592dc837c3de5272799e9412f542bb9931a25d7 /c/lex.h | |
| parent | a587564cef96ff5cce1c31a6445858f0f6553b1d (diff) | |
refactor vec_of(T) and misc
Diffstat (limited to 'c/lex.h')
| -rw-r--r-- | c/lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -101,6 +101,7 @@ struct lexer { enum initlexer { LXOK, LXFILESEEN, + LXFILESKIP, LXERR, }; |