comparison dmd/struct.c @ 1146:1860414bf3b7

* Moved ir/irsymbol.cpp/h into ir/irdsymbol.cpp/h. * Added #if IN_DMD versioning around DMD backend specific code in the D1 frontend, D2 is currently broken. * All part of a greater cleanup scheme.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Thu, 26 Mar 2009 20:45:53 +0100
parents b30fe7e1dbb9
children e961851fb8be
comparison
equal deleted inserted replaced
1145:40caa8207b3e 1146:1860414bf3b7
39 isdeprecated = 0; 39 isdeprecated = 0;
40 inv = NULL; 40 inv = NULL;
41 aggNew = NULL; 41 aggNew = NULL;
42 aggDelete = NULL; 42 aggDelete = NULL;
43 43
44 #if IN_DMD
44 stag = NULL; 45 stag = NULL;
45 sinit = NULL; 46 sinit = NULL;
47 #endif
46 scope = NULL; 48 scope = NULL;
47 #if V2 49 #if V2
48 dtor = NULL; 50 dtor = NULL;
49 51
50 ctor = NULL; 52 ctor = NULL;