Added a %p (number of positions). The BSD 2.9 lex has a too small default.

This commit is contained in:
ceriel 1987-03-16 22:28:27 +00:00
parent 9a07fc841f
commit 52cc95b957

View file

@ -16,6 +16,8 @@ static char rcsid2[]="$Header$";
#define MAXBACKUP 50
%}
%p 2000
%%
"/*" { char c;
c = input();