--- /usr/src/contrib/pf/pfctl/parse.y Wed May 4 01:55:20 2005 +++ /usr/src/contrib/pf/pfctl/parse.y Tue Sep 27 22:58:58 2005 @@ -4799,7 +4799,7 @@ top: p = buf; - while ((c = lgetc(fin)) == ' ') + while ((c = lgetc(fin)) == ' ' || c == '\014') ; /* nothing */ yylval.lineno = lineno;