diff options
Diffstat (limited to 'main.l')
-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 %% |