comparison dmd/Global.d @ 96:acd69f84627e

further work
author Trass3r
date Tue, 31 Aug 2010 02:12:15 +0200
parents 43073c7c7769
children e28b18c23469
comparison
equal deleted inserted replaced
95:ae5b11064a9a 96:acd69f84627e
36 ///} 36 ///}
37 37
38 string[] path; // Array of char*'s which form the import lookup path 38 string[] path; // Array of char*'s which form the import lookup path
39 string[] filePath; // Array of char*'s which form the file import lookup path 39 string[] filePath; // Array of char*'s which form the file import lookup path
40 int structalign = 8; 40 int structalign = 8;
41 string version_ = "v2.035"; 41 string version_ = "v2.036";
42 42
43 Param params; 43 Param params;
44 uint errors; // number of errors reported so far 44 uint errors; // number of errors reported so far
45 uint gag; // !=0 means gag reporting of errors 45 uint gag; // !=0 means gag reporting of errors
46 46