aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkcsmapper
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2013-07-03 18:25:27 +0000
committerPeter Wemm <peter@FreeBSD.org>2013-07-03 18:25:27 +0000
commit33e7ec3e830c571cd63ad011da5a8114a42e5ce9 (patch)
treef713cfaccb321324101b1aac5c2389e4559cf36d /usr.bin/mkcsmapper
parentbcafe87486e5c12dea0bc53c4c782616791f2e74 (diff)
Notes
Diffstat (limited to 'usr.bin/mkcsmapper')
-rw-r--r--usr.bin/mkcsmapper/lex.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/mkcsmapper/lex.l b/usr.bin/mkcsmapper/lex.l
index 4ba7fc4af0456..33b7f8eb95f76 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