Revert "only allow inline comments on statement lines. #4"

This reverts commit 3776e3b890.
issue#70
Houtan Bastani 2018-11-15 12:24:40 +01:00
parent 989532a6a2
commit 8e1cb261c5
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ CONT \\\\
%}
// Ignore inline comments
<STMT>\/{2}.*
<STMT,EXPR,FOR_BODY,THEN_BODY,ELSE_BODY>\/{2}.*
<INITIAL>^{SPC}*@#{SPC}*includepath{SPC}+\"([^\"\r\n:;|<>]*){1}(:[^\"\r\n:;|<>]*)*\"{SPC}*{EOL} {
yylloc->lines(1);