- removed parameter from fpc_iocheck

This commit is contained in:
olle 2003-08-21 22:07:43 +00:00
parent 6b12cc11e5
commit f062855e7f

View File

@ -264,7 +264,8 @@ procedure fpc_largeset_contains_sets(set1,set2 : pointer; size: longint); compil
procedure fpc_rangeerror; compilerproc; procedure fpc_rangeerror; compilerproc;
procedure fpc_overflow; compilerproc; procedure fpc_overflow; compilerproc;
procedure fpc_iocheck(addr : longint); compilerproc; //procedure fpc_iocheck(addr : longint); compilerproc;
procedure fpc_iocheck; compilerproc;
procedure fpc_InitializeUnits; compilerproc; procedure fpc_InitializeUnits; compilerproc;
// not generated by compiler, called directly in system unit // not generated by compiler, called directly in system unit
@ -285,16 +286,19 @@ Procedure fpc_rewrite_typed(var f : TypedFile;Size : Longint); compilerproc;
Procedure fpc_typed_write(TypeSize : Longint;var f : TypedFile;const Buf); compilerproc; Procedure fpc_typed_write(TypeSize : Longint;var f : TypedFile;const Buf); compilerproc;
Procedure fpc_typed_read(TypeSize : Longint;var f : TypedFile;var Buf); compilerproc; Procedure fpc_typed_read(TypeSize : Longint;var f : TypedFile;var Buf); compilerproc;
{$ifdef POWERPC} {$ifdef CPUPOWERPC}
function fpc_int64_to_double(i: int64): double; compilerproc; function fpc_int64_to_double(i: int64): double; compilerproc;
function fpc_qword_to_double(q: qword): double; compilerproc; function fpc_qword_to_double(q: qword): double; compilerproc;
{$endif POWERPC} {$endif CPUPOWERPC}
{$endif hascompilerproc} {$endif hascompilerproc}
{ {
$Log$ $Log$
Revision 1.45 2003-06-17 19:24:08 jonas Revision 1.46 2003-08-21 22:07:43 olle
- removed parameter from fpc_iocheck
Revision 1.45 2003/06/17 19:24:08 jonas
* fixed conversion of fpc_*str_unique to compilerproc * fixed conversion of fpc_*str_unique to compilerproc
Revision 1.44 2003/06/17 16:38:53 jonas Revision 1.44 2003/06/17 16:38:53 jonas