comparison dmd/mtype.c @ 11:d3ee9efe20e2 trunk

[svn r15] * Fixed a bunch problems with virtual calls. Seems I did some rather poor testing. * Now 50/51 tests compile. * Added a simple runalltests.d scripts that should be run with 'gdmd -run runalltests.d' - LLVMDC will not compile it yet.
author lindquist
date Tue, 02 Oct 2007 05:10:18 +0200
parents dafae18f9c08
children 3cfcb944304e
comparison
equal deleted inserted replaced
10:c0f2c47e5034 11:d3ee9efe20e2
112 this->pto = NULL; 112 this->pto = NULL;
113 this->rto = NULL; 113 this->rto = NULL;
114 this->arrayof = NULL; 114 this->arrayof = NULL;
115 this->vtinfo = NULL; 115 this->vtinfo = NULL;
116 this->ctype = NULL; 116 this->ctype = NULL;
117 this->llvmType = 0; 117 this->llvmType = NULL;
118 } 118 }
119 119
120 Type *Type::syntaxCopy() 120 Type *Type::syntaxCopy()
121 { 121 {
122 print(); 122 print();