diff options
Diffstat (limited to 'rcfile_l.l')
| -rw-r--r-- | rcfile_l.l | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ options		{/* EMPTY */}  (#.*)?\\?\n	{ prc_lineno++;	}   /* newline is ignored */ --?[0-9]+/[^a-zA-Z]	{ yylval.number = atoi(yytext); return NUMBER; } +-?[0-9]+	{ yylval.number = atoi(yytext); return NUMBER; }  [^=;:, \t\r\n]+	{  			char buf[MSGBUFSIZE];  | 
