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

4.0 preprocessor: merged r2396 changeset from trunk (allow one line comments behind @#else)

git-svn-id: https://www.dynare.org/svn/dynare/branches/4.0@2397 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 49090e0d
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