comparison dmd2/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 356e65836fb5
children 52dad07846be
comparison
equal deleted inserted replaced
852:c1aeb2d0b559 853:82ad6c0c601c
191 Array *path; // Array of char*'s which form the import lookup path 191 Array *path; // Array of char*'s which form the import lookup path
192 Array *filePath; // Array of char*'s which form the file import lookup path 192 Array *filePath; // Array of char*'s which form the file import lookup path
193 int structalign; 193 int structalign;
194 const char *version; 194 const char *version;
195 const char *ldc_version; 195 const char *ldc_version;
196 const char *llvm_version;
196 197
197 Param params; 198 Param params;
198 unsigned errors; // number of errors reported so far 199 unsigned errors; // number of errors reported so far
199 unsigned gag; // !=0 means gag reporting of errors 200 unsigned gag; // !=0 means gag reporting of errors
200 201