Revert aligntoptr to RTTIAlign rename

git-svn-id: trunk@29739 -
This commit is contained in:
pierre 2015-02-17 07:35:31 +00:00
parent 44fb01eae6
commit f56990ee29

View File

@ -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));