Project

General

Profile

Bug #1224

Updated by John Abbott about 4 years ago

The lexer supposedly handles unclosed multi-line comments (at the end of input).
However, it seems that the error message wants to print out the character where the problem was, but this char is EOF (or maybe EOL).

Also the Emacs interface gets confused, and everything is printed in comment colour (yellow in my case)

Back