Bläddra i källkod

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

Pierre Muller 2 år sedan
förälder
incheckning
afc9acda37
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;