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

Revert "macroprocessor: support Matlab comments. #4"

This reverts commit 066942ef.
parent a2fef780
Branches
Tags
No related merge requests found
......@@ -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} {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment