aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-12-18 18:27:17 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2015-12-18 18:27:17 +0200
commit5f8bfd68f30c6955d9ad7452d80e3381a6bd7620 (patch)
tree140f1ad9bf4f95ffaca0b42ca32b7a234130aba1
parent9c0d1b58fd370bed9442ad8859d9c6e1f02cc643 (diff)
downloadgrecs-5f8bfd68f30c6955d9ad7452d80e3381a6bd7620.tar.gz
grecs-5f8bfd68f30c6955d9ad7452d80e3381a6bd7620.tar.bz2
Minor fix
* src/bind-lex.l: Set noinput,nounput options * src/dhcpd-lex.l: Likewise. * src/meta1-lex.l: Likewise.
-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.