mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 02:29:52 +02:00
Change wrong "$macros off" into "$macro off"
This commit is contained in:
parent
f3179cb718
commit
afc9acda37
@ -63,7 +63,7 @@ const
|
|||||||
headersize = max(sizeof(ptruint),FPC_STACKALIGNMENT); }
|
headersize = max(sizeof(ptruint),FPC_STACKALIGNMENT); }
|
||||||
headersize = ord(sizeof(ptruint)>FPC_STACKALIGNMENT)*sizeof(ptruint)+ord(sizeof(ptruint)<=FPC_STACKALIGNMENT)*FPC_STACKALIGNMENT;
|
headersize = ord(sizeof(ptruint)>FPC_STACKALIGNMENT)*sizeof(ptruint)+ord(sizeof(ptruint)<=FPC_STACKALIGNMENT)*FPC_STACKALIGNMENT;
|
||||||
|
|
||||||
{$macros off}
|
{$macro off}
|
||||||
|
|
||||||
Function CGetMem (Size : ptruint) : Pointer;
|
Function CGetMem (Size : ptruint) : Pointer;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user