From: ceriel Date: Mon, 16 Mar 1987 22:28:27 +0000 (+0000) Subject: Added a %p (number of positions). The BSD 2.9 lex has a too small default. X-Git-Tag: release-5-5~4394 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=52cc95b95713d3c3836ecccfb5cf419ae06aa880;p=ack.git Added a %p (number of positions). The BSD 2.9 lex has a too small default. --- diff --git a/util/cgg/bootlex.l b/util/cgg/bootlex.l index fa4b2aada..ff16e8158 100644 --- a/util/cgg/bootlex.l +++ b/util/cgg/bootlex.l @@ -16,6 +16,8 @@ static char rcsid2[]="$Header$"; #define MAXBACKUP 50 %} + +%p 2000 %% "/*" { char c; c = input();