Removed duplicate yylineno definition from scanner.l
This commit is contained in:
parent
25537d30d3
commit
772c2849e8
@ -71,7 +71,6 @@ static struct keyword keywords[] = {
|
|||||||
|
|
||||||
#define MAX_REGEXP_LEN 1024
|
#define MAX_REGEXP_LEN 1024
|
||||||
|
|
||||||
unsigned int yylineno = 1;
|
|
||||||
char tiny_buf[MAX_REGEXP_LEN];
|
char tiny_buf[MAX_REGEXP_LEN];
|
||||||
char *tiny_str;
|
char *tiny_str;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user