소스 검색

* 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;