diff dmd/Param.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 10317f0c89a5
children e28b18c23469
line wrap: on
line diff
--- a/dmd/Param.d	Sun Aug 29 14:39:08 2010 +0100
+++ b/dmd/Param.d	Mon Aug 30 03:57:51 2010 +0200
@@ -60,6 +60,9 @@
     string hdrdir;		// write 'header' file to docdir directory
     string hdrname;		// write 'header' file to docname
 
+	bool doXGeneration; // write JSON file
+	string xfilename;	// write JSON file to xfilename
+
     uint debuglevel;	// debug level
     Array debugids;		// debug identifiers
 
@@ -71,8 +74,6 @@
     const(char)* defaultlibname;	// default library for non-debug builds
     const(char)* debuglibname;	// default library for debug builds
 
-    const(char)* xmlname;	// filename for XML output
-
     string moduleDepsFile;	// filename for deps output
     OutBuffer moduleDeps;	// contents to be written to deps file