- 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
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.
*/
%option stack
-%option nounput noyy_top_state
+%option noinput nounput noyy_top_state
%option 8bit never-interactive prefix="parser_"
nl \r?\n
* 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
* 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.
#line 112 "parser.l"
-#line 805 "parser.yy.c"
+#line 806 "parser.yy.c"
if ( yy_init )
{
#line 187 "parser.l"
ECHO;
YY_BREAK
-#line 1099 "parser.yy.c"
+#line 1100 "parser.yy.c"
case YY_END_OF_BUFFER:
{