winedbg: Specify the lex options directly in the source file.
This commit is contained in:
parent
689d943dab
commit
c58614fd2c
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue