Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aleksandr Isakov
wine-fonts
Commits
28a2179d
Commit
28a2179d
authored
Jul 07, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add noinput directive to all lex files to avoid a compiler warning.
parent
e43004ac
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
ppl.l
libs/wpp/ppl.l
+1
-1
debug.l
programs/winedbg/debug.l
+1
-1
macro.lex.l
programs/winhlp32/macro.lex.l
+1
-1
parser.l
tools/widl/parser.l
+1
-1
parser.l
tools/wrc/parser.l
+1
-1
No files found.
libs/wpp/ppl.l
View file @
28a2179d
...
...
@@ -126,7 +126,7 @@
*/
%option stack
%option 8bit never-interactive
%option nounput
%option no
input no
unput
%option prefix="ppy_"
%x pp_pp
...
...
programs/winedbg/debug.l
View file @
28a2179d
...
...
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
%option nounput interactive 8bit prefix="dbg_"
%option no
input no
unput interactive 8bit prefix="dbg_"
%{
#include "config.h"
...
...
programs/winhlp32/macro.lex.l
View file @
28a2179d
...
...
@@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
%}
%option nounput interactive 8bit
%option no
input no
unput interactive 8bit
%x quote
%{
#include "config.h"
...
...
tools/widl/parser.l
View file @
28a2179d
...
...
@@ -19,7 +19,7 @@
*/
%option stack
%option nounput noyy_top_state
%option no
input no
unput noyy_top_state
%option 8bit never-interactive prefix="parser_"
nl \r?\n
...
...
tools/wrc/parser.l
View file @
28a2179d
...
...
@@ -84,7 +84,7 @@
%x pp_code_page
%option stack
%option nounput noyy_top_state noyywrap
%option no
input no
unput noyy_top_state noyywrap
%option 8bit never-interactive
%option prefix="parser_"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment