diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2008-11-16 22:08:15 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2008-11-16 22:08:15 +0100 |
commit | 8b2a9401a147bd0b26cd2976ae71a1022fbde8cc (patch) | |
tree | c1a1323003ee8148af5dc60bcf1b88157dd00eb8 /tests/toptions.nim | |
parent | 972c51086152bd45aef4eb17c099fa3472a19d04 (diff) | |
download | Nim-8b2a9401a147bd0b26cd2976ae71a1022fbde8cc.tar.gz |
version 0.7.0
Diffstat (limited to 'tests/toptions.nim')
-rw-r--r-- | tests/toptions.nim | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/toptions.nim b/tests/toptions.nim index 2d15dd348..95bb5cfbc 100644 --- a/tests/toptions.nim +++ b/tests/toptions.nim @@ -2,13 +2,6 @@ # Used command line arguments: # -m -q -o bootstrap\options.mor options.pas # -# -# The Morpork Compiler -# (c) Copyright 2004 Andreas Rumpf -# -# See the file "copying.txt", included in this -# distribution, for details about the copyright. -# type # please make sure we have under 32 options (improves code efficiency!) @@ -26,4 +19,4 @@ var gOptions: TOptionset = {optRefcGC, optRangeCheck, optBoundsCheck, optOverflowCheck, optAssert, optWarns, optHints, optLineDir, optStackTrace} compilerArgs: int - gExitcode: uint8 + gExitcode: int8 |