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

Revert "macroprocessor: allow inline comments. closes #1550"

This reverts commit 17dd4433.
parent eca82834
No related branches found
No related tags found
No related merge requests found
Pipeline #328 passed
/* -*- C++ -*- */ /* -*- C++ -*- */
/* /*
* Copyright (C) 2008-2018 Dynare Team * Copyright (C) 2008-2017 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *
...@@ -73,8 +73,6 @@ CONT \\\\ ...@@ -73,8 +73,6 @@ CONT \\\\
yylloc->step(); yylloc->step();
%} %}
<STMT,EXPR,FOR_BODY,THEN_BODY,ELSE_BODY>["/"]["/"].*
<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);
yylloc->step(); yylloc->step();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment