aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
1/* grecs - Gray's Extensible Configuration System -*- c -*- */ 1/* grecs - Gray's Extensible Configuration System -*- c -*- */
2%option noinput
3%option nounput
2%top { 4%top {
3#ifdef HAVE_CONFIG_H 5#ifdef HAVE_CONFIG_H
4# include <config.h> 6# 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 @@
1/* grecs - Gray's Extensible Configuration System -*- c -*- */ 1/* grecs - Gray's Extensible Configuration System -*- c -*- */
2%option noinput
3%option nounput
2%top { 4%top {
3#ifdef HAVE_CONFIG_H 5#ifdef HAVE_CONFIG_H
4# include <config.h> 6# 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 @@
1/* MeTA1 configuration lexer for Grecs. -*- c -*- */ 1/* MeTA1 configuration lexer for Grecs. -*- c -*- */
2%option noinput
3%option nounput
2%top { 4%top {
3/* MeTA1 configuration lexer for Grecs. 5/* MeTA1 configuration lexer for Grecs.
4 Copyright (C) 2007-2012, 2015 Sergey Poznyakoff 6 Copyright (C) 2007-2012, 2015 Sergey Poznyakoff

Return to:

Send suggestions and report system problems to the System administrator.