aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-06 10:14:22 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-06 10:14:22 +0000
commitd658b41a6eb9334550d562ffce31bce8dafa4a06 (patch)
tree5519951032e4d9dafbe24932068706eedfd8d6e1 /src
parent1ef212ba89e50965b6b3b2d756be2c17e110b3ee (diff)
downloadusdx-d658b41a6eb9334550d562ffce31bce8dafa4a06.tar.gz
usdx-d658b41a6eb9334550d562ffce31bce8dafa4a06.tar.xz
usdx-d658b41a6eb9334550d562ffce31bce8dafa4a06.zip
All range-check errors should be fixed now, and disabling range-checking is not necessary anymore.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1349 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src')
-rw-r--r--src/switches.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/switches.inc b/src/switches.inc
index eb67e72c..940087f3 100644
--- a/src/switches.inc
+++ b/src/switches.inc
@@ -2,10 +2,6 @@
{$IFDEF FPC}
{$H+} // use AnsiString instead of ShortString as String-type (default in Delphi)
- {$IFDEF DARWIN}
- {$R-} // disable range-checks (eddie: please test if this is still necessary)
- {$ENDIF}
-
// if -dDEBUG is specified on the command-line, FPC uses some default
// compiler-flags specified in fpc.cfg -> use -dDEBUG_MODE instead
{$IFDEF DEBUG_MODE}