* system unit name change corrections

This commit is contained in:
Tomas Hajny 2001-03-21 21:17:58 +00:00
parent f041ede95b
commit 1ce6935ed1
3 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
{$i system.pp}
{$i system.pas}

View File

@ -1 +1 @@
{$i system.pp}
{$i system.pas}

View File

@ -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