Fix flex warning.

This commit is contained in:
Wilson Snyder 2017-11-21 21:10:14 -05:00
parent bd6ecdfa6f
commit d3032bfc21
1 changed files with 0 additions and 1 deletions

View File

@ -258,7 +258,6 @@ drop [\032]
/* symbdef prevents normal lex rules from making `\`"foo a symbol {`"foo} instead of a BACKQUOTE */
<INITIAL>"`"{symbdef} { return (VP_DEFREF); }
<INITIAL>"`"{symbdef}`` { yyleng-=2; return (VP_DEFREF_JOIN); }
<INITIAL>`` { yyleng-=2; return (VP_JOIN); }
/* Generics */
<INITIAL>{crnl} { linenoInc(); yytext=(char*)"\n"; yyleng=1; return(VP_WHITE); }