comparison dmd/class.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
55 ctor = NULL; 55 ctor = NULL;
56 defaultCtor = NULL; 56 defaultCtor = NULL;
57 staticCtor = NULL; 57 staticCtor = NULL;
58 staticDtor = NULL; 58 staticDtor = NULL;
59 59
60 #if IN_DMD
60 vtblsym = NULL; 61 vtblsym = NULL;
62 #endif
61 vclassinfo = NULL; 63 vclassinfo = NULL;
62 64
63 if (id) 65 if (id)
64 { // Look for special class names 66 { // Look for special class names
65 67