Commit fc2adcfd authored by Hannes Reinecke's avatar Hannes Reinecke Committed by James Bottomley

[SCSI] aic7xxx: Fix firmware build

If a prefix is selected for flex, we should be using it everywhere.
Signed-off-by: default avatarHannes Reinecke <hare@suse.de>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 64624d4f
...@@ -66,6 +66,7 @@ static char string_buf[MAX_STR_CONST]; ...@@ -66,6 +66,7 @@ static char string_buf[MAX_STR_CONST];
static char *string_buf_ptr; static char *string_buf_ptr;
static int parren_count; static int parren_count;
static char buf[255]; static char buf[255];
int mmlineno;
%} %}
WORD [A-Za-z_][-A-Za-z_0-9]* WORD [A-Za-z_][-A-Za-z_0-9]*
...@@ -76,7 +77,7 @@ MCARG [^(), \t]+ ...@@ -76,7 +77,7 @@ MCARG [^(), \t]+
%% %%
\n { \n {
++yylineno; ++mmlineno;
} }
\r ; \r ;
<ARGLIST>{SPACE} ; <ARGLIST>{SPACE} ;
......
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