Kaydet (Commit) f8ec9ca6 authored tarafından David Ostrovsky's avatar David Ostrovsky Kaydeden (comit) Christian Lohmaier

fix subtle flex problems on MacOS

Change-Id: Id3d8313eabcef926b3ab3c121597f7b8cb5e0124
üst 32af02b3
......@@ -45,6 +45,7 @@ extern "C" FILE * init(int, char **);
int bText=0;
%}
%option yylineno
%option never-interactive
%p 24000
......
......@@ -47,6 +47,7 @@ extern "C" void Close();
void YYWarning();
%}
%option yylineno
%option never-interactive
%p 24000
......
......@@ -53,6 +53,7 @@ void YYWarning();
int bText=0;
%}
%option yylineno
%option never-interactive
%p 24000
......
......@@ -268,7 +268,7 @@ define gb_LexTarget__command
$(call gb_Output_announce,$(2),$(true),LEX,3)
$(call gb_Helper_abbreviate_dirs,\
mkdir -p $(dir $(3)) && \
$(FLEX) $(T_LEXFLAGS) -o $(4) $(1) && touch $(3) )
$(FLEX) $(T_LEXFLAGS) -o$(4) $(1) && touch $(3) )
endef
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment