winedbg: Specify the lex options directly in the source file.

This commit is contained in:
Alexandre Julliard 2006-09-09 11:25:41 +02:00
parent 689d943dab
commit c58614fd2c
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ dbg.tab.h: dbg.tab.c
dbg.tab.o: dbg.tab.h
@LEX_OUTPUT_ROOT@.c: debug.l
$(LEX) -8 -I $(SRCDIR)/debug.l
$(LEX) $(SRCDIR)/debug.l
@LEX_OUTPUT_ROOT@.o: dbg.tab.h

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
%option nounput
%option nounput interactive 8bit
%{
#include <stdlib.h>