mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Sync to wine-1.1.1 (Patch 10 of 10):
- Alexandre Julliard <julliard@winehq.org> Mon, 7 Jul 2008 Add noinput directive to all lex files to avoid a compiler warning. svn path=/trunk/; revision=37859
This commit is contained in:
parent
663337847e
commit
f12d11b4f7
3 changed files with 6 additions and 5 deletions
|
@ -26,7 +26,7 @@ reactos/tools/wpp # Synced to Wine-20081105 (~Wine-1.1.7)
|
|||
reactos/tools/winebuild # Synced to Wine-20081105 (~Wine-1.1.7)
|
||||
reactos/tools/wmc # Synced to Wine-20081105 (~Wine-1.1.7)
|
||||
reactos/tools/wrc # Synced to Wine-20081105 (~Wine-1.1.7)
|
||||
reactos/tools/widl # Synced to Wine-1_1_0
|
||||
reactos/tools/widl # Synced to Wine-1_1_1 omitting patches that break MIDL-Compatibility
|
||||
|
||||
The following libraries are shared with Wine.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -565,6 +565,7 @@ char *yytext;
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
#define YY_STACK_USED 1
|
||||
#define YY_NO_INPUT 1
|
||||
#define YY_NO_UNPUT 1
|
||||
#define YY_NO_TOP_STATE 1
|
||||
#define YY_NEVER_INTERACTIVE 1
|
||||
|
@ -645,7 +646,7 @@ UUID *parse_uuid(const char *u)
|
|||
* The flexer starts here
|
||||
**************************************************************************
|
||||
*/
|
||||
#line 649 "parser.yy.c"
|
||||
#line 650 "parser.yy.c"
|
||||
|
||||
/* Macros after this point can all be overridden by user definitions in
|
||||
* section 1.
|
||||
|
@ -801,7 +802,7 @@ YY_DECL
|
|||
|
||||
#line 112 "parser.l"
|
||||
|
||||
#line 805 "parser.yy.c"
|
||||
#line 806 "parser.yy.c"
|
||||
|
||||
if ( yy_init )
|
||||
{
|
||||
|
@ -1095,7 +1096,7 @@ YY_RULE_SETUP
|
|||
#line 187 "parser.l"
|
||||
ECHO;
|
||||
YY_BREAK
|
||||
#line 1099 "parser.yy.c"
|
||||
#line 1100 "parser.yy.c"
|
||||
|
||||
case YY_END_OF_BUFFER:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue