comparison dmd/mars.h @ 853:82ad6c0c601c

Add Elrood's patch to output LDC and LLVM source revs.
author Christian Kamm <kamm incasoftware de>
date Sun, 14 Dec 2008 16:51:36 +0100
parents 340acf1535d0
children aa953cc960b6
comparison
equal deleted inserted replaced
852:c1aeb2d0b559 853:82ad6c0c601c
184 Array *path; // Array of char*'s which form the import lookup path 184 Array *path; // Array of char*'s which form the import lookup path
185 Array *filePath; // Array of char*'s which form the file import lookup path 185 Array *filePath; // Array of char*'s which form the file import lookup path
186 int structalign; 186 int structalign;
187 char *version; 187 char *version;
188 char *ldc_version; 188 char *ldc_version;
189 char *llvm_version;
189 190
190 Param params; 191 Param params;
191 unsigned errors; // number of errors reported so far 192 unsigned errors; // number of errors reported so far
192 unsigned gag; // !=0 means gag reporting of errors 193 unsigned gag; // !=0 means gag reporting of errors
193 194