comparison dmd/NullExp.d @ 64:4290d870944a

More fixes
author korDen
date Mon, 23 Aug 2010 20:29:15 +0400
parents cab4c37afb89
children 2e2a5c3f943a
comparison
equal deleted inserted replaced
63:cab4c37afb89 64:4290d870944a
52 buf.writestring("null"); 52 buf.writestring("null");
53 } 53 }
54 54
55 void toMangleBuffer(OutBuffer buf) 55 void toMangleBuffer(OutBuffer buf)
56 { 56 {
57 assert(false); 57 buf.writeByte('n');
58 } 58 }
59 59
60 MATCH implicitConvTo(Type t) 60 MATCH implicitConvTo(Type t)
61 { 61 {
62 static if (false) { 62 static if (false) {