mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:59:26 +02:00
Revert aligntoptr to RTTIAlign rename
git-svn-id: trunk@29739 -
This commit is contained in:
parent
44fb01eae6
commit
f56990ee29
@ -398,7 +398,7 @@ end;
|
||||
{$i gencurr.inc}
|
||||
|
||||
|
||||
function RTTIAlign(p : pointer) : pointer;inline;
|
||||
function aligntoptr(p : pointer) : pointer;inline;
|
||||
begin
|
||||
{$ifdef FPC_REQUIRES_PROPER_ALIGNMENT}
|
||||
result:=align(p,sizeof(p));
|
||||
|
Loading…
Reference in New Issue
Block a user