From c2c7ac634a3e201575638f6e4452ccc0b1afb28a Mon Sep 17 00:00:00 2001 From: svenbarth Date: Sat, 22 Aug 2020 13:33:53 +0000 Subject: [PATCH] * fix for Mantis #37616: apply patch by Kai Burghardt to complain about the correct type used by setjmp/longjmp git-svn-id: trunk@46542 - --- compiler/psub.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/psub.pas b/compiler/psub.pas index 62372a2c89..8c94a6fbd8 100644 --- a/compiler/psub.pas +++ b/compiler/psub.pas @@ -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