浏览代码

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

Pierre Muller 2 年之前
父节点
当前提交
afc9acda37
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 = 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;