comparison dmd/Global.d @ 73:ef02e2e203c2

Updating to dmd2.033
author korDen
date Sat, 28 Aug 2010 19:42:41 +0400
parents 2cc604139636
children cfa3747ebe4c
comparison
equal deleted inserted replaced
72:2e2a5c3f943a 73:ef02e2e203c2
35 ///} 35 ///}
36 36
37 string[] path; // Array of char*'s which form the import lookup path 37 string[] path; // Array of char*'s which form the import lookup path
38 string[] filePath; // Array of char*'s which form the file import lookup path 38 string[] filePath; // Array of char*'s which form the file import lookup path
39 int structalign = 8; 39 int structalign = 8;
40 string version_ = "v2.032"; 40 string version_ = "v2.033";
41 41
42 Param params; 42 Param params;
43 uint errors; // number of errors reported so far 43 uint errors; // number of errors reported so far
44 uint gag; // !=0 means gag reporting of errors 44 uint gag; // !=0 means gag reporting of errors
45 45