aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-04 22:46:32 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-10-04 22:46:32 +0200
commit05939962175d0b89b8955418b4c660d66ada6cb2 (patch)
treecbbce8c7bc9faffaf4e8758db83d4646c05d37a9
parent293f7465d910717dd8719faf767e71374faeeac9 (diff)
Compile an 8-bit scannerv1.0.1
-rw-r--r--main.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.l b/main.l
index 144fef3..3ccae4a 100644
--- a/main.l
+++ b/main.l
@@ -27,7 +27,7 @@ static unsigned atou(const char *);
static bool print_ordinal(void);
%}
-%option nodefault noinput nounput
+%option nodefault noinput nounput 8bit
%%