Browse Source

* fixed rangecheck define typo

git-svn-id: trunk@6819 -
Jonas Maebe 18 năm trước cách đây
mục cha
commit
691ad89ba5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/ptconst.pas

+ 1 - 1
compiler/ptconst.pas

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