aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bind-lex.l2
-rw-r--r--src/dhcpd-lex.l2
-rw-r--r--src/meta1-lex.l2
3 files changed, 6 insertions, 0 deletions
diff --git a/src/bind-lex.l b/src/bind-lex.l
index 8bab207..b0b8d61 100644
--- a/src/bind-lex.l
+++ b/src/bind-lex.l
@@ -1,4 +1,6 @@
/* grecs - Gray's Extensible Configuration System -*- c -*- */
+%option noinput
+%option nounput
%top {
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/src/dhcpd-lex.l b/src/dhcpd-lex.l
index 4db5ea0..12e64c6 100644
--- a/src/dhcpd-lex.l
+++ b/src/dhcpd-lex.l
@@ -1,4 +1,6 @@
/* grecs - Gray's Extensible Configuration System -*- c -*- */
+%option noinput
+%option nounput
%top {
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/src/meta1-lex.l b/src/meta1-lex.l
index 16a6c0d..1b686bb 100644
--- a/src/meta1-lex.l
+++ b/src/meta1-lex.l
@@ -1,4 +1,6 @@
/* MeTA1 configuration lexer for Grecs. -*- c -*- */
+%option noinput
+%option nounput
%top {
/* MeTA1 configuration lexer for Grecs.
Copyright (C) 2007-2012, 2015 Sergey Poznyakoff

Return to:

Send suggestions and report system problems to the System administrator.