提交 fc2adcfd 编写于 作者: H Hannes Reinecke 提交者: James Bottomley

[SCSI] aic7xxx: Fix firmware build

If a prefix is selected for flex, we should be using it everywhere.
Signed-off-by: NHannes Reinecke <hare@suse.de>
Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
上级 64624d4f
......@@ -66,6 +66,7 @@ static char string_buf[MAX_STR_CONST];
static char *string_buf_ptr;
static int parren_count;
static char buf[255];
int mmlineno;
%}
WORD [A-Za-z_][-A-Za-z_0-9]*
......@@ -76,7 +77,7 @@ MCARG [^(), \t]+
%%
\n {
++yylineno;
++mmlineno;
}
\r ;
<ARGLIST>{SPACE} ;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册