From d6d453e209364b92e78b1f499e411088ec8885e9 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Mon, 15 Jul 2002 16:55:22 +0000 Subject: [PATCH] allow blank lines and continuations in more places --- scan.l | 1 + 1 file changed, 1 insertion(+) diff --git a/scan.l b/scan.l index 17146c1..f680833 100644 --- a/scan.l +++ b/scan.l @@ -520,6 +520,7 @@ LEXOPT [aceknopr] { + {OPTWS}{NL}{OPTWS} ++linenum; /* Allow blank lines & continuations */ [,*] return (unsigned char) yytext[0]; ">" BEGIN(SECT2); return '>'; ">"/^ BEGIN(CARETISBOL); return '>'; -- 2.40.0