From 357320468b8fb3aaa8c5b8fcd5b4b4c7714fa446 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Wed, 11 Jul 2018 11:37:58 +0200
Subject: [PATCH] Revert "macroprocessor: support Matlab comments. #4"

This reverts commit 066942ef22914fe087235100d135190c26d37edc.
---
 src/macro/MacroFlex.ll | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/macro/MacroFlex.ll b/src/macro/MacroFlex.ll
index b33411c2..d872dacb 100644
--- a/src/macro/MacroFlex.ll
+++ b/src/macro/MacroFlex.ll
@@ -72,7 +72,6 @@ CONT \\\\
 %}
 
  // Ignore inline comments
-<INITIAL,STMT,EXPR,FOR_BODY,THEN_BODY,ELSE_BODY>%.*     { yylloc->step(); ECHO; }
 <INITIAL,STMT,EXPR,FOR_BODY,THEN_BODY,ELSE_BODY>\/{2}.* { yylloc->step(); ECHO; }
 
 <INITIAL>^{SPC}*@#{SPC}*includepath{SPC}+\"([^\"\r\n:;|<>]*){1}(:[^\"\r\n:;|<>]*)*\"{SPC}*{EOL} {
-- 
GitLab