mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 16:52:25 +00:00
Remove obsolete SYSTEM.ADRINT. (Not that I much like uintptr).
This commit is contained in:
parent
4ec2e61ed0
commit
90737e5677
33 changed files with 30 additions and 49 deletions
|
|
@ -67,7 +67,7 @@ typedef float REAL;
|
|||
typedef double LONGREAL;
|
||||
typedef void* SYSTEM_PTR;
|
||||
|
||||
typedef uintptr SYSTEM_ADRINT;
|
||||
|
||||
|
||||
|
||||
// For 32 bit builds, the size of LONGINT depends on a make option:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue