dect
/
linux-2.6
Archived
13
0
Fork 0

[SCSI] aic7xxx: Fix firmware build

If a prefix is selected for flex, we should be using it everywhere.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
Hannes Reinecke 2007-10-19 10:32:34 +02:00 committed by James Bottomley
parent 64624d4f46
commit fc2adcfd37
1 changed files with 2 additions and 1 deletions

View File

@ -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} ;