diff options
Diffstat (limited to 'usr.bin/mkcsmapper/lex.l')
-rw-r--r-- | usr.bin/mkcsmapper/lex.l | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/mkcsmapper/lex.l b/usr.bin/mkcsmapper/lex.l index 4ba7fc4..33b7f8e 100644 --- a/usr.bin/mkcsmapper/lex.l +++ b/usr.bin/mkcsmapper/lex.l @@ -41,6 +41,8 @@ #include "ldef.h" #include "yacc.h" +#define YY_DECL int yylex(void) + int linenumber = 1; %} %option noinput |