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