comparison gen/typinf.cpp @ 508:af9bdd69a7ec

Reverted bad change [506]. Added test case for remaining bug.
author Christian Kamm <kamm incasoftware de>
date Wed, 13 Aug 2008 23:54:09 +0200
parents a6c105aa00d5
children cd4eeb6cc5f6
comparison
equal deleted inserted replaced
507:39dbe48d3fe2 508:af9bdd69a7ec
220 } 220 }
221 221
222 int TypeDArray::builtinTypeInfo() 222 int TypeDArray::builtinTypeInfo()
223 { 223 {
224 return next->isTypeBasic() != NULL; 224 return next->isTypeBasic() != NULL;
225 }
226
227 int TypeClass::builtinTypeInfo()
228 {
229 return 1;
230 } 225 }
231 226
232 /* ========================================================================= */ 227 /* ========================================================================= */
233 228
234 /*************************************** 229 /***************************************