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
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ static char rcsid2[]="$Header$";
|
||||||
|
|
||||||
#define MAXBACKUP 50
|
#define MAXBACKUP 50
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
%p 2000
|
||||||
%%
|
%%
|
||||||
"/*" { char c;
|
"/*" { char c;
|
||||||
c = input();
|
c = input();
|
||||||
|
|
Loading…
Add table
Reference in a new issue