Procházet zdrojové kódy

* fixed rangecheck define typo

git-svn-id: trunk@6819 -
Jonas Maebe před 18 roky
rodič
revize
691ad89ba5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      compiler/ptconst.pas

+ 1 - 1
compiler/ptconst.pas

@@ -72,7 +72,7 @@ implementation
 
 
 {$ifopt r+}
-{$defined rangeon}
+{$define rangeon}
 {$r-}
 {$endif}