summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/token.l
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/hastd/token.l')
-rw-r--r--sbin/hastd/token.l4
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/hastd/token.l b/sbin/hastd/token.l
index 38bf8d6..e8f6760 100644
--- a/sbin/hastd/token.l
+++ b/sbin/hastd/token.l
@@ -42,10 +42,14 @@ int depth;
int lineno;
#define DP do { } while (0)
+#define YY_DECL int yylex(void)
+
+extern int yylex(void);
%}
%option noinput
%option nounput
+%option noyywrap
%%
control { DP; return CONTROL; }
OpenPOWER on IntegriCloud