trunk preprocessor: allow one line comments behind @#else

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2396 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-02-04 23:42:48 +00:00
parent 783b1adfb6
commit 7cb97d5ac0
1 changed files with 1 additions and 1 deletions

View File

@ -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)