changeset 548:8d709660cd24

Do not set Dversion to 1. Dversion = 2 means we use post 1.000 additions to D1.
author Christian Kamm <kamm incasoftware de>
date Tue, 26 Aug 2008 20:49:01 +0200
parents b0005772a88e
children d3baf2e52c4f
files dmd/mars.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dmd/mars.c	Tue Aug 26 19:31:47 2008 +0200
+++ b/dmd/mars.c	Tue Aug 26 20:49:01 2008 +0200
@@ -295,7 +295,7 @@
     global.params.useInline = 0; // this one messes things up to a point where codegen breaks
     global.params.llvmInline = 0; // use this one instead to know if inline passes should be run
     global.params.obj = 1;
-    global.params.Dversion = 1;
+    global.params.Dversion = 2;
     global.params.quiet = 1;
 
     global.params.linkswitches = new Array();