Added a %p (number of positions). The BSD 2.9 lex has a too small default.
authorceriel <none@none>
Mon, 16 Mar 1987 22:28:27 +0000 (22:28 +0000)
committerceriel <none@none>
Mon, 16 Mar 1987 22:28:27 +0000 (22:28 +0000)
util/cgg/bootlex.l

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