mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:29:24 +02:00
* some dummy types for basetypes to avoid warnings. Probably their
lemma's should refer to the reference guide. git-svn-id: trunk@24285 -
This commit is contained in:
parent
967319eb69
commit
4f10db2686
@ -14,6 +14,13 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
Type
|
||||
Byte = 0..255;
|
||||
Longint = -2147483648..2147483647;
|
||||
Shortint= -128 .. 127;
|
||||
Smallint= -32768 .. 32767;
|
||||
Word = 0 .. 65535;
|
||||
WideChar= #0..#65535;
|
||||
Function Addr (X : TAnytype) : Pointer;
|
||||
Procedure Assert(Expr : Boolean);
|
||||
Procedure Assert(Expr : Boolean; const Msg : string);
|
||||
|
Loading…
Reference in New Issue
Block a user