diff options
Diffstat (limited to 'usr.bin/mkcsmapper/lex.l')
-rw-r--r-- | usr.bin/mkcsmapper/lex.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/mkcsmapper/lex.l b/usr.bin/mkcsmapper/lex.l index 1b87cc0..d8ab1b6 100644 --- a/usr.bin/mkcsmapper/lex.l +++ b/usr.bin/mkcsmapper/lex.l @@ -43,6 +43,7 @@ int line_number = 1; %} +%option noinput %option nounput %x COMMENT |