Browse Source

* Two minimal VP fixes

marco 22 years ago
parent
commit
c40f4381dc
1 changed files with 10 additions and 4 deletions
  1. 10 4
      rtl/objpas/sysutilh.inc

+ 10 - 4
rtl/objpas/sysutilh.inc

@@ -171,9 +171,10 @@ Const
    HexDisplayPrefix : string = '$';
 
 const
-  PathDelim=System.DirectorySeparator;
-  DriveDelim=System.DriveSeparator;
-  PathSep=System.PathSeparator;
+// commenting is VP fix. These idents are in a different unit there.
+  PathDelim={System.}DirectorySeparator;
+  DriveDelim={System.}DriveSeparator;
+  PathSep={System.}PathSeparator;
 
 
 Type
@@ -184,7 +185,9 @@ Type
   {$i sysinth.inc}
 
   { Read pchar handling functions declaration }
+  {$IFNDEF VIRTUALPASCAL}
   {$i syspchh.inc}
+  {$ENDIF}
 
   { MCBS functions }
   {$i sysansih.inc}
@@ -210,7 +213,10 @@ Type
 
 {
   $Log$
-  Revision 1.19  2003-01-01 20:58:07  florian
+  Revision 1.20  2003-09-06 20:49:54  marco
+   * Two minimal VP fixes
+
+  Revision 1.19  2003/01/01 20:58:07  florian
     + added invalid instruction exception
 
   Revision 1.18  2002/10/07 19:43:24  florian