mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 04:46:28 +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}
|
{$i gencurr.inc}
|
||||||
|
|
||||||
|
|
||||||
function RTTIAlign(p : pointer) : pointer;inline;
|
function aligntoptr(p : pointer) : pointer;inline;
|
||||||
begin
|
begin
|
||||||
{$ifdef FPC_REQUIRES_PROPER_ALIGNMENT}
|
{$ifdef FPC_REQUIRES_PROPER_ALIGNMENT}
|
||||||
result:=align(p,sizeof(p));
|
result:=align(p,sizeof(p));
|
||||||
|
Loading…
Reference in New Issue
Block a user