* fix for Mantis #37616: apply patch by Kai Burghardt to complain about the correct type used by setjmp/longjmp

git-svn-id: trunk@46542 -
This commit is contained in:
svenbarth 2020-08-22 13:33:53 +00:00
parent 5ec489c018
commit c2c7ac634a

View File

@ -2329,7 +2329,7 @@ implementation
if not assigned(rec_tguid) then
Message1(cg_f_internal_type_not_found,'TGUID');
if not assigned(rec_jmp_buf) then
Message1(cg_f_internal_type_not_found,'TJMPBUF');
Message1(cg_f_internal_type_not_found,'JMP_BUF');
{$endif}
{ if the procdef is truly a generic (thus takes parameters itself) then