Explorar o código

Change wrong "$macros off" into "$macro off"

Pierre Muller %!s(int64=2) %!d(string=hai) anos
pai
achega
afc9acda37
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/inc/cmem.pp

+ 1 - 1
rtl/inc/cmem.pp

@@ -63,7 +63,7 @@ const
     headersize = max(sizeof(ptruint),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;