From aa68bf096ba09dca15c20dc40a5715621d559095 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 fa4b2aad..ff16e815 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();