mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 21:09:11 +02:00
+ merged Adding of PCardinal type
This commit is contained in:
parent
7aae5f99f1
commit
13e9e76bdb
@ -42,6 +42,7 @@ Type PWord = ^Word;
|
|||||||
PDouble = ^Double;
|
PDouble = ^Double;
|
||||||
PFloat = ^Real;
|
PFloat = ^Real;
|
||||||
PLongint = ^Longint;
|
PLongint = ^Longint;
|
||||||
|
PCardinal = ^Cardinal;
|
||||||
|
|
||||||
type TFL_Coord = Longint ;
|
type TFL_Coord = Longint ;
|
||||||
PFL_Coord = ^TFL_Coord;
|
PFL_Coord = ^TFL_Coord;
|
||||||
@ -2909,7 +2910,19 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 2000-07-13 11:33:11 michael
|
Revision 1.3 2001-01-09 21:06:27 michael
|
||||||
|
+ merged Adding of PCardinal type
|
||||||
|
|
||||||
|
Revision 1.2 2000/07/13 11:33:11 michael
|
||||||
+ removed logs
|
+ removed logs
|
||||||
|
|
||||||
|
Revision 1.1.2.1 2001/01/09 21:04:41 michael
|
||||||
|
+ Added PCardinal type
|
||||||
|
|
||||||
|
Revision 1.1 2000/07/13 06:33:54 michael
|
||||||
|
+ Initial import
|
||||||
|
|
||||||
|
Revision 1.2 2000/02/27 14:40:40 peter
|
||||||
|
* removed warnings/notes
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user