Explorar o código

* PString inherited from System

Tomas Hajny %!s(int64=22) %!d(string=hai) anos
pai
achega
00b3fa1faf
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  1. 5 2
      rtl/inc/objects.pp

+ 5 - 2
rtl/inc/objects.pp

@@ -141,7 +141,7 @@ TYPE
 {                             POINTER TO STRING                             }
 {                             POINTER TO STRING                             }
 {---------------------------------------------------------------------------}
 {---------------------------------------------------------------------------}
 TYPE
 TYPE
-   PString = ^String;                                 { String pointer }
+   PString = PShortString;                            { String pointer }
 
 
 {---------------------------------------------------------------------------}
 {---------------------------------------------------------------------------}
 {                    OS dependent File type / consts                        }
 {                    OS dependent File type / consts                        }
@@ -2901,7 +2901,10 @@ END;
 END.
 END.
 {
 {
   $Log$
   $Log$
-  Revision 1.17  2002-12-07 14:37:15  carl
+  Revision 1.18  2003-01-05 16:27:05  hajny
+    * PString inherited from System
+
+  Revision 1.17  2002/12/07 14:37:15  carl
     - avoid warnings (add typecast)
     - avoid warnings (add typecast)
 
 
   Revision 1.16  2002/10/31 13:08:04  carl
   Revision 1.16  2002/10/31 13:08:04  carl