From 199e643f8cfebb5c958f6f80af8b79c183f1fffe Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 8 Oct 1996 08:30:42 +0000 Subject: Another noise keyword. svn path=/trunk/; revision=250 --- rcfile_l.l | 1 + 1 file changed, 1 insertion(+) diff --git a/rcfile_l.l b/rcfile_l.l index 7d055f87..f5bd41ed 100644 --- a/rcfile_l.l +++ b/rcfile_l.l @@ -51,6 +51,7 @@ noskip { yylval.flag = FLAG_FALSE; return SKIP; } with {/* EMPTY */} and {/* EMPTY */} has {/* EMPTY */} +wants {/* EMPTY */} options {/* EMPTY */} [;:,] {/* EMPTY */} -- cgit v1.2.3