Sfoglia il codice sorgente

* fixed rangecheck define typo

git-svn-id: trunk@6819 -
Jonas Maebe 18 anni fa
parent
commit
691ad89ba5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      compiler/ptconst.pas

+ 1 - 1
compiler/ptconst.pas

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