Added a %p (number of positions). The BSD 2.9 lex has a too small default.
This commit is contained in:
parent
625d0fd4ff
commit
aa68bf096b
@ -16,6 +16,8 @@ static char rcsid2[]="$Header$";
|
||||
|
||||
#define MAXBACKUP 50
|
||||
%}
|
||||
|
||||
%p 2000
|
||||
%%
|
||||
"/*" { char c;
|
||||
c = input();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user