Fix bug #3998: Lisp error when parser encounters eof in a comment
commitbd5ffb328de4d3a031ecdf46bd2eb180b7c7556a
authorKris Katterjohn <katterjohn@gmail.com>
Tue, 12 Jul 2022 17:54:09 +0000 (12 13:54 -0400)
committerKris Katterjohn <katterjohn@gmail.com>
Tue, 12 Jul 2022 17:54:09 +0000 (12 13:54 -0400)
tree3910196b9c321ff74d622e8661eee2099834cf05
parent1c6148455d93f4fde362828c9f884b8e9e321381
Fix bug #3998: Lisp error when parser encounters eof in a comment

In GOBBLE-COMMENT, use MERROR instead of ERROR so we get a Maxima
error for an unterminated comment:

(%i1) parse_string ("/*");
parser: end of file in comment.
 -- an error. To debug this try: debugmode(true);

No problems with the test suite, share test suite or rtest_translator.
src/nparse.lisp