Browse Source

* disable DEBUG_NORMALIZE

florian 2 days ago
parent
commit
3299b73099
1 changed files with 1 additions and 1 deletions
  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;