瀏覽代碼

* comment fixed

git-svn-id: trunk@5343 -
florian 18 年之前
父節點
當前提交
cab0f71d13
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/pmodules.pas

+ 1 - 1
compiler/pmodules.pas

@@ -504,7 +504,7 @@ implementation
            { Lineinfo unit }
            if (cs_use_lineinfo in current_settings.globalswitches) then
              AddUnit('LineInfo');
-           { Lineinfo unit }
+           { Valgrind requires c memory manager }
            if (cs_gdb_valgrind in current_settings.globalswitches) then
              AddUnit('CMem');
 {$ifdef cpufpemu}