comparison dmd/mars.h @ 159:5acec6b2eef8 trunk

[svn r175] merged dmd 1.029
author ChristianK
date Thu, 01 May 2008 15:15:28 +0200
parents 44a95ac7368a
children 0806379a5eca
comparison
equal deleted inserted replaced
158:287540c5f05e 159:5acec6b2eef8
68 char cov; // generate code coverage data 68 char cov; // generate code coverage data
69 char nofloat; // code should not pull in floating point support 69 char nofloat; // code should not pull in floating point support
70 char noruntime; // code is not allowed to make implicit calls to the runtime 70 char noruntime; // code is not allowed to make implicit calls to the runtime
71 char novalidate;// no bitcode validation 71 char novalidate;// no bitcode validation
72 char Dversion; // D version number 72 char Dversion; // D version number
73 char ignoreUnsupportedPragmas; // rather than error on them
73 74
74 char *argv0; // program name 75 char *argv0; // program name
75 Array *imppath; // array of char*'s of where to look for import modules 76 Array *imppath; // array of char*'s of where to look for import modules
76 Array *fileImppath; // array of char*'s of where to look for file import modules 77 Array *fileImppath; // array of char*'s of where to look for file import modules
77 char *runtimeImppath; // char* of where to look for the core runtime 78 char *runtimeImppath; // char* of where to look for the core runtime