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 **); ...@@ -45,6 +45,7 @@ extern "C" FILE * init(int, char **);
int bText=0; int bText=0;
%} %}
%option yylineno
%option never-interactive %option never-interactive
%p 24000 %p 24000
......
...@@ -47,6 +47,7 @@ extern "C" void Close(); ...@@ -47,6 +47,7 @@ extern "C" void Close();
void YYWarning(); void YYWarning();
%} %}
%option yylineno
%option never-interactive %option never-interactive
%p 24000 %p 24000
......
...@@ -53,6 +53,7 @@ void YYWarning(); ...@@ -53,6 +53,7 @@ void YYWarning();
int bText=0; int bText=0;
%} %}
%option yylineno
%option never-interactive %option never-interactive
%p 24000 %p 24000
......
...@@ -268,7 +268,7 @@ define gb_LexTarget__command ...@@ -268,7 +268,7 @@ define gb_LexTarget__command
$(call gb_Output_announce,$(2),$(true),LEX,3) $(call gb_Output_announce,$(2),$(true),LEX,3)
$(call gb_Helper_abbreviate_dirs,\ $(call gb_Helper_abbreviate_dirs,\
mkdir -p $(dir $(3)) && \ mkdir -p $(dir $(3)) && \
$(FLEX) $(T_LEXFLAGS) -o $(4) $(1) && touch $(3) ) $(FLEX) $(T_LEXFLAGS) -o$(4) $(1) && touch $(3) )
endef 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