comparison dmd/Global.d @ 138:90821c10b6a7

2.039
author Trass3r
date Tue, 14 Sep 2010 00:00:24 +0200
parents af1bebfd96a4
children d8565fbd755c
comparison
equal deleted inserted replaced
137:09c858522d55 138:90821c10b6a7
37 ///} 37 ///}
38 38
39 string[] path; // Array of char*'s which form the import lookup path 39 string[] path; // Array of char*'s which form the import lookup path
40 string[] filePath; // Array of char*'s which form the file import lookup path 40 string[] filePath; // Array of char*'s which form the file import lookup path
41 int structalign = 8; 41 int structalign = 8;
42 string version_ = "v2.038"; 42 string version_ = "v2.039";
43 43
44 Param params; 44 Param params;
45 uint errors; // number of errors reported so far 45 uint errors; // number of errors reported so far
46 uint gag; // !=0 means gag reporting of errors 46 uint gag; // !=0 means gag reporting of errors
47 47