mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 11:48:34 +02:00
- Removed outcommented function
This commit is contained in:
parent
9c34d047ed
commit
559ee781b3
@ -335,7 +335,6 @@ procedure fpc_largeset_contains_sets(set1,set2 : pointer; size: longint); compil
|
||||
procedure fpc_rangeerror; compilerproc;
|
||||
procedure fpc_divbyzero; compilerproc;
|
||||
procedure fpc_overflow; compilerproc;
|
||||
//procedure fpc_iocheck(addr : longint); compilerproc;
|
||||
procedure fpc_iocheck; compilerproc;
|
||||
|
||||
procedure fpc_InitializeUnits; compilerproc;
|
||||
@ -366,7 +365,10 @@ function fpc_qword_to_double(q: qword): double; compilerproc;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.67 2005-03-28 13:38:05 florian
|
||||
Revision 1.68 2005-05-14 11:53:31 olle
|
||||
- Removed outcommented function
|
||||
|
||||
Revision 1.67 2005/03/28 13:38:05 florian
|
||||
+ a lot of vararray stuff
|
||||
|
||||
Revision 1.66 2005/03/05 16:37:28 florian
|
||||
|
Loading…
Reference in New Issue
Block a user