mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-24 01:29:44 +02:00
parent
90ca418206
commit
2ba239ea6d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user