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 625d0fd4ff
commit aa68bf096b

View File

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