diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-04 22:46:32 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-04 22:46:32 +0200 |
commit | 05939962175d0b89b8955418b4c660d66ada6cb2 (patch) | |
tree | cbbce8c7bc9faffaf4e8758db83d4646c05d37a9 | |
parent | 293f7465d910717dd8719faf767e71374faeeac9 (diff) |
Compile an 8-bit scannerv1.0.1
-rw-r--r-- | main.l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ static unsigned atou(const char *); static bool print_ordinal(void); %} -%option nodefault noinput nounput +%option nodefault noinput nounput 8bit %% |