Skip to content
Snippets Groups Projects
Commit cdf47df5 authored by sebastien's avatar sebastien
Browse files

trunk preprocessor: allow one line comments behind @#else

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2396 ac1d8469-bf42-47a9-8791-bf33cf982152
parent e61f213a
Branches
Tags
No related merge requests found
......@@ -220,7 +220,7 @@ CONT \\\\
}
<THEN_BODY>. { then_body_tmp.append(yytext); yylloc->step(); }
<THEN_BODY><<EOF>> { driver.error(if_stmt_loc_tmp, "@#if not matched by an @#endif (unexpected end of file)"); }
<THEN_BODY>^{SPC}*@#{SPC}*else{SPC}*{EOL} {
<THEN_BODY>^{SPC}*@#{SPC}*else{SPC}*(\/\/.*)?{EOL} {
yylloc->lines(1);
yylloc->step();
if (nested_if_nb)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment