Skip to content
Snippets Groups Projects
Commit aea90117 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

Revert "macroprocessor: don’t interpret inline comments yet put them to output...

Revert "macroprocessor: don’t interpret inline comments yet put them to output (ignored by dynare preprocessor, but printed in macro expanded file). #4"

This reverts commit 27e6d92a.
parent 35732046
Branches
Tags
No related merge requests found
...@@ -72,7 +72,7 @@ CONT \\\\ ...@@ -72,7 +72,7 @@ CONT \\\\
%} %}
// Ignore inline comments // Ignore inline comments
<INITIAL,STMT,EXPR,FOR_BODY,THEN_BODY,ELSE_BODY>\/{2}.* { yylloc->step(); ECHO; } <STMT,EXPR,FOR_BODY,THEN_BODY,ELSE_BODY>\/{2}.*
<INITIAL>^{SPC}*@#{SPC}*includepath{SPC}+\"([^\"\r\n:;|<>]*){1}(:[^\"\r\n:;|<>]*)*\"{SPC}*{EOL} { <INITIAL>^{SPC}*@#{SPC}*includepath{SPC}+\"([^\"\r\n:;|<>]*){1}(:[^\"\r\n:;|<>]*)*\"{SPC}*{EOL} {
yylloc->lines(1); yylloc->lines(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment