From 0baf6a89ac67c7e5bbd32f71e26b807a1d50aab1 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Wed, 8 Jul 2015 23:43:03 +0100 Subject: Imported Upstream version 1.5 --- lib/scanner.l | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/scanner.l') diff --git a/lib/scanner.l b/lib/scanner.l index fb467cf..7ea02dc 100644 --- a/lib/scanner.l +++ b/lib/scanner.l @@ -1,7 +1,7 @@ /* -*- mode: C -*- */ /* -------------------------------------------------------------------------- libconfig - A library for processing structured configuration files - Copyright (C) 2005-2010 Mark A Lindner + Copyright (C) 2005-2014 Mark A Lindner This file is part of libconfig. @@ -22,6 +22,7 @@ */ %option nounistd +%option never-interactive %option reentrant %option noyywrap %option yylineno @@ -40,10 +41,10 @@ #include #include #include -#include "grammar.h" -#include "wincompat.h" #include "parsectx.h" #include "scanctx.h" +#include "grammar.h" +#include "wincompat.h" #define YY_NO_INPUT // Suppress generation of useless input() function -- cgit v1.2.3