Просмотр исходного кода

* fixed rangecheck define typo

git-svn-id: trunk@6819 -
Jonas Maebe 18 лет назад
Родитель
Сommit
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}