From 05939962175d0b89b8955418b4c660d66ada6cb2 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 4 Oct 2023 22:46:32 +0200 Subject: Compile an 8-bit scanner --- main.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %% -- cgit v1.2.3