浏览代码

* disable DEBUG_NORMALIZE

florian 2 周之前
父节点
当前提交
3299b73099
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/opttree.pas

+ 1 - 1
compiler/opttree.pas

@@ -20,7 +20,7 @@
  ****************************************************************************
 }
 
-{$define DEBUG_NORMALIZE}
+{ $define DEBUG_NORMALIZE}
 
 { this unit implements routines to perform all-purpose tree transformations }
 unit opttree;