mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
winhelp: Specify the lex options directly in the source file.
This commit is contained in:
parent
c58614fd2c
commit
a2a8279238
@ -23,6 +23,6 @@ RC_SRCS = rsrc.rc
|
||||
@MAKE_PROG_RULES@
|
||||
|
||||
@LEX_OUTPUT_ROOT@.c: macro.lex.l
|
||||
$(LEX) -8 -i $(SRCDIR)/macro.lex.l
|
||||
$(LEX) $(SRCDIR)/macro.lex.l
|
||||
|
||||
### Dependencies:
|
||||
|
@ -20,7 +20,7 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
%}
|
||||
%option nounput
|
||||
%option nounput interactive 8bit
|
||||
%x quote
|
||||
%{
|
||||
#include <assert.h>
|
||||
|
Loading…
Reference in New Issue
Block a user