aboutsummaryrefslogtreecommitdiff
path: root/main.l
diff options
context:
space:
mode:
Diffstat (limited to 'main.l')
-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
%%