comparison dmd/Type.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
934 MODtoBuffer(buf, mod); 934 MODtoBuffer(buf, mod);
935 } 935 }
936 } 936 }
937 937
938 version (CPP_MANGLE) { 938 version (CPP_MANGLE) {
939 import dmd.CppMangleState;
940
939 void toCppMangle(OutBuffer buf, CppMangleState* cms) 941 void toCppMangle(OutBuffer buf, CppMangleState* cms)
940 { 942 {
941 assert(false); 943 assert(false);
942 } 944 }
943 } 945 }