Removed duplicate yylineno definition from scanner.l

This commit is contained in:
Mukund Sivaraman 2008-03-12 15:45:14 -07:00
parent 25537d30d3
commit 772c2849e8

View File

@ -71,7 +71,6 @@ static struct keyword keywords[] = {
#define MAX_REGEXP_LEN 1024
unsigned int yylineno = 1;
char tiny_buf[MAX_REGEXP_LEN];
char *tiny_str;