Browse Source

* System.ExitProc type changed to CodePointer

git-svn-id: trunk@24848 -
nickysn 12 years ago
parent
commit
0d51ecdd00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/systemh.inc

+ 1 - 1
rtl/inc/systemh.inc

@@ -584,7 +584,7 @@ const
   Max_Frame_Dump : Word = 8;
 
 { Exit Procedure handling consts and types  }
-  ExitProc : pointer = nil;
+  ExitProc : codepointer = nil;
   Erroraddr: pointer = nil;
   Errorcode: Word    = 0;