| Index: src/lexer/lexer_py.re
|
| diff --git a/src/lexer/lexer_py.re b/src/lexer/lexer_py.re
|
| index 679cbd8e3819843c35f34b4808c2a7e8f8b02ca4..cf0f1806edef205a754ac3958df6cf4eb9b9a8b7 100644
|
| --- a/src/lexer/lexer_py.re
|
| +++ b/src/lexer/lexer_py.re
|
| @@ -195,7 +195,7 @@ eof <<terminate>>
|
| catch_all <<continue>>
|
|
|
| <MultiLineComment>
|
| -"*/" { SKIP(); BACK(); goto code_start;}
|
| +"*/" { SKIP(); goto code_start;}
|
| /\*[^\057]/ <<continue>>
|
| # need to force action
|
| line_terminator+ { PUSH_LINE_TERMINATOR(); } <<continue>>
|
|
|