From 3162ca707f5aca13d341289b28cd65e80a5696bb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 20 Jan 1997 03:15:48 +0000 Subject: Make the syntax of name mappings a little nicer. svn path=/trunk/; revision=790 --- rcfile_l.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rcfile_l.l') diff --git a/rcfile_l.l b/rcfile_l.l index e8d80ec7..8156fd6a 100644 --- a/rcfile_l.l +++ b/rcfile_l.l @@ -102,7 +102,7 @@ options {/* EMPTY */} yylval.sval = (char *) xstrdup(buf); return STRING; } -[^;:, \t\r\n]+ { +[^=;:, \t\r\n]+ { char buf[POPBUFSIZE]; escapes(yytext, buf); -- cgit v1.2.3