Module: wine Branch: master Commit: 28a2179dd60a32a7bdca0bcf0393ec2604525299 URL: http://source.winehq.org/git/wine.git/?a=commit;h=28a2179dd60a32a7bdca0bcf03...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jul 7 12:31:33 2008 +0200
Add noinput directive to all lex files to avoid a compiler warning.
---
libs/wpp/ppl.l | 2 +- programs/winedbg/debug.l | 2 +- programs/winhlp32/macro.lex.l | 2 +- tools/widl/parser.l | 2 +- tools/wrc/parser.l | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/libs/wpp/ppl.l b/libs/wpp/ppl.l index 4bb928c..3e84a2e 100644 --- a/libs/wpp/ppl.l +++ b/libs/wpp/ppl.l @@ -126,7 +126,7 @@ */ %option stack %option 8bit never-interactive -%option nounput +%option noinput nounput %option prefix="ppy_"
%x pp_pp diff --git a/programs/winedbg/debug.l b/programs/winedbg/debug.l index a0512c1..66fe70d 100644 --- a/programs/winedbg/debug.l +++ b/programs/winedbg/debug.l @@ -19,7 +19,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-%option nounput interactive 8bit prefix="dbg_" +%option noinput nounput interactive 8bit prefix="dbg_"
%{ #include "config.h" diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l index 17e70ed..b8d6ac2 100644 --- a/programs/winhlp32/macro.lex.l +++ b/programs/winhlp32/macro.lex.l @@ -20,7 +20,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ %} -%option nounput interactive 8bit +%option noinput nounput interactive 8bit %x quote %{ #include "config.h" diff --git a/tools/widl/parser.l b/tools/widl/parser.l index 799f94f..6a02f50 100644 --- a/tools/widl/parser.l +++ b/tools/widl/parser.l @@ -19,7 +19,7 @@ */
%option stack -%option nounput noyy_top_state +%option noinput nounput noyy_top_state %option 8bit never-interactive prefix="parser_"
nl \r?\n diff --git a/tools/wrc/parser.l b/tools/wrc/parser.l index 21aa0d6..0ef1b0a 100644 --- a/tools/wrc/parser.l +++ b/tools/wrc/parser.l @@ -84,7 +84,7 @@ %x pp_code_page
%option stack -%option nounput noyy_top_state noyywrap +%option noinput nounput noyy_top_state noyywrap %option 8bit never-interactive %option prefix="parser_"