comparison dmd/backend/dt_t.d @ 67:f708f0452e81

some of the backend/codegen stuff implemented
author korDen
date Mon, 23 Aug 2010 21:21:05 +0400
parents 10317f0c89a5
children e28b18c23469
comparison
equal deleted inserted replaced
66:efb1e5bdf63c 67:f708f0452e81
37 targ_size_t DToffset; // offset from symbol 37 targ_size_t DToffset; // offset from symbol
38 } 38 }
39 } 39 }
40 } 40 }
41 41
42 extern (C++) extern uint dt_size(dt_t* dtstart);
43
42 import std.stdio; 44 import std.stdio;
43 45
44 void dumpDt(dt_t* foo) 46 void dumpDt(dt_t* foo)
45 { 47 {
46 foreach (a, b; foo.tupleof) 48 foreach (a, b; foo.tupleof)