comparison dmd/TypeDArray.d @ 183:190ba98276b3

Several changes to make it build on posix systems. I've only tried to build on Mac OS X but it should build on Linux now as well. This should also fix ticket #9.
author Jacob Carlborg <doob@me.com>
date Mon, 25 Oct 2010 15:36:13 +0200
parents e3afd1303184
children b0d41ff5e0df
comparison
equal deleted inserted replaced
181:aa70dca07cb0 183:190ba98276b3
279 { 279 {
280 return true; 280 return true;
281 } 281 }
282 282
283 version (CPP_MANGLE) { 283 version (CPP_MANGLE) {
284 void toCppMangle(OutBuffer buf, CppMangleState* cms); 284 void toCppMangle(OutBuffer buf, CppMangleState* cms)
285 {
286 assert(false);
287 }
285 } 288 }
286 289
287 override type* toCtype() 290 override type* toCtype()
288 { 291 {
289 type *t; 292 type *t;