|
@@ -639,12 +639,12 @@ procedure fpc_InitializeUnits; compilerproc;
|
|
Procedure fpc_do_exit; compilerproc;
|
|
Procedure fpc_do_exit; compilerproc;
|
|
Procedure fpc_lib_exit; compilerproc;
|
|
Procedure fpc_lib_exit; compilerproc;
|
|
Procedure fpc_HandleErrorAddrFrame (Errno : longint;addr,frame : pointer); compilerproc;
|
|
Procedure fpc_HandleErrorAddrFrame (Errno : longint;addr,frame : pointer); compilerproc;
|
|
-Procedure fpc_HandleError (Errno : longint); compilerproc;
|
|
|
|
}
|
|
}
|
|
|
|
+Procedure fpc_HandleError (Errno : longint); compilerproc;
|
|
|
|
|
|
procedure fpc_AbstractErrorIntern;compilerproc;
|
|
procedure fpc_AbstractErrorIntern;compilerproc;
|
|
*)
|
|
*)
|
|
-procedure fpc_assert(Const Msg,FName:unicodestring;LineNo:Longint{;ErrorAddr:Pointer}); compilerproc;
|
|
|
|
|
|
+procedure fpc_assert(Const Msg,FName:unicodestring;LineNo:Longint;ErrorAddr:Pointer); compilerproc;
|
|
|
|
|
|
{$ifdef FPC_HAS_FEATURE_FILEIO}
|
|
{$ifdef FPC_HAS_FEATURE_FILEIO}
|
|
Procedure fpc_reset_typed(var f : TypedFile;Size : Longint); compilerproc;
|
|
Procedure fpc_reset_typed(var f : TypedFile;Size : Longint); compilerproc;
|