comparison dmd/module.h @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents a30fc28e8f23
children 1f0a78174598
comparison
equal deleted inserted replaced
663:6aaa3d3c1183 664:eef8ac26c66c
167 elem *toEmodulename(); 167 elem *toEmodulename();
168 168
169 Symbol *toSymbol(); 169 Symbol *toSymbol();
170 void genmoduleinfo(); 170 void genmoduleinfo();
171 171
172 // LLVMDC 172 // LDC
173 void buildTargetFiles(); 173 void buildTargetFiles();
174 File* buildFilePath(char* forcename, char* path, char* ext); 174 File* buildFilePath(char* forcename, char* path, char* ext);
175 Module *isModule() { return this; } 175 Module *isModule() { return this; }
176 176
177 bool llvmForceLogging; 177 bool llvmForceLogging;