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.l3
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/hastd/token.l b/sbin/hastd/token.l
index 0d15075..35889c2 100644
--- a/sbin/hastd/token.l
+++ b/sbin/hastd/token.l
@@ -44,6 +44,9 @@ int lineno;
#define DP do { } while (0)
%}
+%option noinput
+%option nounput
+
%%
control { DP; return CONTROL; }
pidfile { DP; return PIDFILE; }
OpenPOWER on IntegriCloud