mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
* cleaned up initialization of (ptr)s/uinttype
git-svn-id: trunk@32746 -
This commit is contained in:
parent
e1d4d167b4
commit
c83fa22b2b
@ -113,14 +113,14 @@ implementation
|
||||
procedure set_default_int_types;
|
||||
begin
|
||||
{$ifdef cpu64bitaddr}
|
||||
uinttype:=u64inttype;
|
||||
sinttype:=s64inttype;
|
||||
ptruinttype:=u64inttype;
|
||||
ptrsinttype:=s64inttype;
|
||||
{$endif cpu64bitaddr}
|
||||
{$ifdef cpu64bitalu}
|
||||
uinttype:=u64inttype;
|
||||
sinttype:=s64inttype;
|
||||
{$endif cpu64bitalu}
|
||||
{$ifdef cpu32bitaddr}
|
||||
uinttype:=u32inttype;
|
||||
sinttype:=s32inttype;
|
||||
ptruinttype:=u32inttype;
|
||||
ptrsinttype:=s32inttype;
|
||||
{$endif cpu32bitaddr}
|
||||
|
Loading…
Reference in New Issue
Block a user