mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-27 18:27:19 +01:00
* system unit name change corrections
This commit is contained in:
parent
f041ede95b
commit
1ce6935ed1
@ -1 +1 @@
|
|||||||
{$i system.pp}
|
{$i system.pas}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{$i system.pp}
|
{$i system.pas}
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
{$define PALMOS}
|
{$define PALMOS}
|
||||||
{$ASMMODE DIRECT}
|
{$ASMMODE DIRECT}
|
||||||
unit system;
|
unit {$ifdef VER1_0}syspalm{$else}system{$endif};
|
||||||
|
|
||||||
{$I os.inc}
|
{$I os.inc}
|
||||||
|
|
||||||
@ -94,7 +94,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 2001-03-16 20:01:48 hajny
|
Revision 1.2 2001-03-21 21:17:58 hajny
|
||||||
|
* system unit name change corrections
|
||||||
|
|
||||||
|
Revision 1.1 2001/03/16 20:01:48 hajny
|
||||||
+ system unit name change
|
+ system unit name change
|
||||||
|
|
||||||
Revision 1.2 2000/07/13 11:33:54 michael
|
Revision 1.2 2000/07/13 11:33:54 michael
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user