mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 23:09:28 +02: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}
|
||||
{$ASMMODE DIRECT}
|
||||
unit system;
|
||||
unit {$ifdef VER1_0}syspalm{$else}system{$endif};
|
||||
|
||||
{$I os.inc}
|
||||
|
||||
@ -94,7 +94,10 @@ end.
|
||||
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.2 2000/07/13 11:33:54 michael
|
||||
|
Loading…
Reference in New Issue
Block a user