comparison dmd/backend/glue.d @ 184:9f4e5ac4f0a3

One step closer to building on posix. There are two missing symbols so it actually doesn't build but previously it didn't build correctly anyway.
author Jacob Carlborg <doob@me.com>
date Tue, 02 Nov 2010 08:46:11 +0100
parents 190ba98276b3
children
comparison
equal deleted inserted replaced
183:190ba98276b3 184:9f4e5ac4f0a3
51 { 51 {
52 static assert(false, "fix this"); 52 static assert(false, "fix this");
53 } 53 }
54 54
55 version (CPP_MANGLE) 55 version (CPP_MANGLE)
56 extern (C++) char* cpp_mangle(Dsymbol s); 56 {
57 string cpp_mangle(Dsymbol s)
58 {
59 assert(false, "port c++ mangling");
60 }
61 }
57 62
58 import std.exception; 63 import std.exception;
59 import std.string; 64 import std.string;
60 65
61 struct Outbuffer 66 struct Outbuffer