diff options
Diffstat (limited to 'rcfile_l.l')
-rw-r--r-- | rcfile_l.l | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -41,11 +41,6 @@ int prc_lineno = 1; return STRING; } -"*" { - SETSTATE(0); - return WILDCARD; - } - <NAME>[^=;:, \t\r\n]+ { char *in = xstrdup(yytext); escapes(in, in); |