Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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
wine
wine-winehq
Commits
878ea5d2
Commit
878ea5d2
authored
Feb 19, 2008
by
Rob Shearman
Committed by
Alexandre Julliard
Feb 19, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the nounistd option to all lex source files.
parent
28464f96
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
2 deletions
+5
-2
ppl.l
libs/wpp/ppl.l
+1
-0
debug.l
programs/winedbg/debug.l
+1
-1
macro.lex.l
programs/winhelp/macro.lex.l
+1
-1
parser.l
tools/widl/parser.l
+1
-0
parser.l
tools/wrc/parser.l
+1
-0
No files found.
libs/wpp/ppl.l
View file @
878ea5d2
...
...
@@ -128,6 +128,7 @@
%option 8bit never-interactive
%option nounput
%option prefix="ppy_"
%option nounistd
%x pp_pp
%x pp_eol
...
...
programs/winedbg/debug.l
View file @
878ea5d2
...
...
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
%option nounput interactive 8bit prefix="dbg_"
%option nounput interactive 8bit prefix="dbg_"
nounistd
%{
#include <stdlib.h>
...
...
programs/winhelp/macro.lex.l
View file @
878ea5d2
...
...
@@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
%}
%option nounput interactive 8bit
%option nounput interactive 8bit
nounistd
%x quote
%{
#include <assert.h>
...
...
tools/widl/parser.l
View file @
878ea5d2
...
...
@@ -21,6 +21,7 @@
%option stack
%option nounput noyy_top_state
%option 8bit never-interactive prefix="parser_"
%option nounistd
nl \r?\n
ws [ \f\t\r]
...
...
tools/wrc/parser.l
View file @
878ea5d2
...
...
@@ -87,6 +87,7 @@
%option nounput noyy_top_state noyywrap
%option 8bit never-interactive
%option prefix="parser_"
%option nounistd
/* Some shortcut definitions */
ws [ \f\t\r]
...
...
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