comparison dmd/module.h @ 703:06576ece1a1b

Changed premake.lua to work with mingw. Implemented array operations, not perfect but ok for tonight. closes #89
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 13 Oct 2008 23:19:32 +0200
parents 1f0a78174598
children dc8b8b7ea0c1
comparison
equal deleted inserted replaced
702:353d9d184091 703:06576ece1a1b
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;
178
179 // array ops emitted in this module already
180 StringTable arrayfuncs;
178 }; 181 };
179 182
180 183
181 struct ModuleDeclaration 184 struct ModuleDeclaration
182 { 185 {