mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:09:19 +02:00
* PString inherited from System
This commit is contained in:
parent
e7fabafd73
commit
00b3fa1faf
@ -141,7 +141,7 @@ TYPE
|
||||
{ POINTER TO STRING }
|
||||
{---------------------------------------------------------------------------}
|
||||
TYPE
|
||||
PString = ^String; { String pointer }
|
||||
PString = PShortString; { String pointer }
|
||||
|
||||
{---------------------------------------------------------------------------}
|
||||
{ OS dependent File type / consts }
|
||||
@ -2901,7 +2901,10 @@ END;
|
||||
END.
|
||||
{
|
||||
$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)
|
||||
|
||||
Revision 1.16 2002/10/31 13:08:04 carl
|
||||
|
Loading…
Reference in New Issue
Block a user