diff dmd/Global.d @ 79:43073c7c7769

updated to 2.035 also implemented a few missing functions still crashes in Import.importAll though
author Trass3r
date Mon, 30 Aug 2010 03:57:51 +0200
parents cfa3747ebe4c
children acd69f84627e
line wrap: on
line diff
--- a/dmd/Global.d	Sun Aug 29 14:39:08 2010 +0100
+++ b/dmd/Global.d	Mon Aug 30 03:57:51 2010 +0200
@@ -25,8 +25,9 @@
 } else {
 	static assert (false);
 }
-    string doc_ext	= "html";;	// for Ddoc generated files
-    string ddoc_ext	= "ddoc";;	// for Ddoc macro include files
+    string doc_ext	= "html";	// for Ddoc generated files
+    string ddoc_ext	= "ddoc";	// for Ddoc macro include files
+    string json_ext = "json";
     string hdr_ext	= "di";	// for D 'header' import files
     string copyright= "Copyright (c) 1999-2009 by Digital Mars";
     string written	= "written by Walter Bright, ported to D by community";
@@ -37,7 +38,7 @@
     string[] path;	// Array of char*'s which form the import lookup path
     string[] filePath;	// Array of char*'s which form the file import lookup path
     int structalign = 8;
-    string version_ = "v2.033";
+    string version_ = "v2.035";
 
     Param params;
     uint errors;	// number of errors reported so far