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
1e964550
Commit
1e964550
authored
Jan 05, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove YY_NO defines that cause warnings.
parent
5d210af9
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
13 deletions
+0
-13
ppl.l
libs/wpp/ppl.l
+0
-2
debug.l
programs/winedbg/debug.l
+0
-2
macro.lex.l
programs/winhelp/macro.lex.l
+0
-1
parser.l
tools/widl/parser.l
+0
-4
parser.l
tools/wrc/parser.l
+0
-4
No files found.
libs/wpp/ppl.l
View file @
1e964550
...
...
@@ -172,8 +172,6 @@ ul [uUlL]|[uUlL][lL]|[lL][uU]|[lL][lL][uU]|[uU][lL][lL]|[lL][uU][lL]
#error Must use flex version 2.5.1 or higher (yy_scan_* routines are required).
#endif
#define YY_USE_PROTOS
#define YY_NO_UNPUT
#define YY_READ_BUF_SIZE 65536 /* So we read most of a file at once */
#define yy_current_state() YY_START
...
...
programs/winedbg/debug.l
View file @
1e964550
...
...
@@ -70,8 +70,6 @@ static size_t last_line_idx = 0;
if ((result = read_input("Wine-dbg>", buf, max_size)) < 0) \
YY_FATAL_ERROR("read_input in flex scanner failed");
#define YY_NO_UNPUT
static int syntax_error;
%}
...
...
programs/winhelp/macro.lex.l
View file @
1e964550
...
...
@@ -39,7 +39,6 @@ struct lexret yylval;
#define YY_INPUT(buf,result,max_size)\
if ((result = *macroptr ? 1 : 0)) buf[0] = *macroptr++;
#define YY_NO_UNPUT
%}
%%
...
...
tools/widl/parser.l
View file @
1e964550
...
...
@@ -53,10 +53,6 @@ uuid {hexd}{8}-{hexd}{4}-{hexd}{4}-{hexd}{4}-{hexd}{12}
#include "parser.tab.h"
#define YY_USE_PROTOS
#define YY_NO_UNPUT
#define YY_NO_TOP_STATE
extern char *temp_name;
static void addcchar(char c);
...
...
tools/wrc/parser.l
View file @
1e964550
...
...
@@ -112,10 +112,6 @@ cident [a-zA-Z_][0-9a-zA-Z_]*
#include "parser.tab.h"
#define YY_USE_PROTOS
#define YY_NO_UNPUT
#define YY_NO_TOP_STATE
/* Always update the current character position within a line */
#define YY_USER_ACTION char_number+=yyleng; wanted_id = want_id; want_id = 0;
...
...
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