Bläddra i källkod

* disable DEBUG_NORMALIZE

florian 2 veckor sedan
förälder
incheckning
3299b73099
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;