comparison dmd/mtype.h @ 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 50383e476c7e
comparison
equal deleted inserted replaced
507:39dbe48d3fe2 508:af9bdd69a7ec
638 MATCH deduceType(Scope *sc, Type *tparam, TemplateParameters *parameters, Objects *dedtypes); 638 MATCH deduceType(Scope *sc, Type *tparam, TemplateParameters *parameters, Objects *dedtypes);
639 int isauto(); 639 int isauto();
640 int checkBoolean(); 640 int checkBoolean();
641 TypeInfoDeclaration *getTypeInfoDeclaration(); 641 TypeInfoDeclaration *getTypeInfoDeclaration();
642 int hasPointers(); 642 int hasPointers();
643 int builtinTypeInfo();
644 643
645 type *toCtype(); 644 type *toCtype();
646 645
647 Symbol *toSymbol(); 646 Symbol *toSymbol();
648 }; 647 };