ソースを参照

* fixed rangecheck define typo

git-svn-id: trunk@6819 -
Jonas Maebe 18 年 前
コミット
691ad89ba5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      compiler/ptconst.pas

+ 1 - 1
compiler/ptconst.pas

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