From 48dee163d33425587a6825fe88568ded08094fed Mon Sep 17 00:00:00 2001
From: "Eric S. Raymond" <esr@thyrsus.com>
Date: Fri, 13 Sep 2002 06:58:38 +0000
Subject: Space optimization.

svn path=/trunk/; revision=3714
---
 rcfile_l.l | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rcfile_l.l b/rcfile_l.l
index bf7a663f..60788b70 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -24,6 +24,7 @@ int prc_lineno = 1;
 %o 7000
 %a 4000
 %p 3000
+%option nounput
 
 %s NAME AUTH
 
-- 
cgit v1.2.3