diff options
-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 %% |
index : ordinal | ||
Convert cardinal numbers to ordinal ones | Thomas Voss |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | main.l | 2 |
@@ -27,7 +27,7 @@ static unsigned atou(const char *); static bool print_ordinal(void); %} -%option nodefault noinput nounput +%option nodefault noinput nounput 8bit %% |