mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 15:20:32 +02:00
* 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:
parent
5ec489c018
commit
c2c7ac634a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user