瀏覽代碼

* 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+}
-{$defined rangeon}
+{$define rangeon}
 {$r-}
 {$endif}