From 4cf99da5da3d1e2d54cf2ac81c0dfd5bf94ca98a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 8 Nov 1996 05:38:41 +0000 Subject: Implement batchlimit option. svn path=/trunk/; revision=503 --- rcfile_l.l | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'rcfile_l.l') diff --git a/rcfile_l.l b/rcfile_l.l index 29e097cc..4a16a0f8 100644 --- a/rcfile_l.l +++ b/rcfile_l.l @@ -13,10 +13,14 @@ int prc_lineno = 1; %} -%o 4000 +/* this doesn't work with Linux lex, see the INSTALL file */ +%o 5000 +%a 2100 %% +set { return SET; } +batchlimit { return BATCHLIMIT; } defaults { return DEFAULTS; } server { return POLL; } poll { return POLL; } -- cgit v1.2.3