浏览代码

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

git-svn-id: trunk@46542 -
svenbarth 5 年之前
父节点
当前提交
c2c7ac634a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/psub.pas

+ 1 - 1
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