From 52cc95b95713d3c3836ecccfb5cf419ae06aa880 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 16 Mar 1987 22:28:27 +0000 Subject: [PATCH] Added a %p (number of positions). The BSD 2.9 lex has a too small default. --- util/cgg/bootlex.l | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.34.1