* more robust fix of #27543

git-svn-id: trunk@40746 -
This commit is contained in:
florian 2019-01-02 16:14:18 +00:00
parent 90ca418206
commit 2ba239ea6d

View File

@ -1217,6 +1217,11 @@ implementation
Message(parser_e_no_assembler_in_generic);
code:=_asm_statement;
end;
_PLUS:
begin
Message(parser_e_syntax_error);
consume(_PLUS);
end;
_EOF :
Message(scan_f_end_of_file);
else