comparison dmd/Global.d @ 130:60bb0fe4563e

dmdfe 2.037 first main iteration
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Thu, 09 Sep 2010 22:51:44 +0100
parents e28b18c23469
children af1bebfd96a4
comparison
equal deleted inserted replaced
129:010eb8f0e18d 130:60bb0fe4563e
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.036"; 42 string version_ = "v2.037";
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