comparison dmd/mtype.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 eeb8b95ea92e
children dbe4af57b240
comparison
equal deleted inserted replaced
1145:40caa8207b3e 1146:1860414bf3b7
128 #endif 128 #endif
129 this->pto = NULL; 129 this->pto = NULL;
130 this->rto = NULL; 130 this->rto = NULL;
131 this->arrayof = NULL; 131 this->arrayof = NULL;
132 this->vtinfo = NULL; 132 this->vtinfo = NULL;
133 #if IN_DMD
133 this->ctype = NULL; 134 this->ctype = NULL;
135 #endif
134 } 136 }
135 137
136 Type *Type::syntaxCopy() 138 Type *Type::syntaxCopy()
137 { 139 {
138 print(); 140 print();