mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:49:35 +02:00
* added PBOOL
This commit is contained in:
parent
5e61e1cc80
commit
a4c5740fce
@ -69,6 +69,7 @@
|
|||||||
DWORD = cardinal;
|
DWORD = cardinal;
|
||||||
|
|
||||||
PINTEGER = ^longint;
|
PINTEGER = ^longint;
|
||||||
|
PBOOL = ^BOOL;
|
||||||
|
|
||||||
LONGLONG = int64;
|
LONGLONG = int64;
|
||||||
PLONGLONG = ^LONGLONG;
|
PLONGLONG = ^LONGLONG;
|
||||||
@ -937,7 +938,10 @@ type
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.13 2002-10-09 20:45:12 florian
|
Revision 1.14 2002-11-27 20:08:21 peter
|
||||||
|
* added PBOOL
|
||||||
|
|
||||||
|
Revision 1.13 2002/10/09 20:45:12 florian
|
||||||
- NULL definition removed, the system unit contains now a NULL variant
|
- NULL definition removed, the system unit contains now a NULL variant
|
||||||
|
|
||||||
Revision 1.12 2002/10/06 20:00:22 peter
|
Revision 1.12 2002/10/06 20:00:22 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user