comparison dmd/mtype.h @ 758:f04dde6e882c

Added initial D2 support, D2 frontend and changes to codegen to make things compile.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Tue, 11 Nov 2008 01:38:48 +0100
parents 55f6c2e454d7
children 340acf1535d0
comparison
equal deleted inserted replaced
757:2c730d530c98 758:f04dde6e882c
366 int checkBoolean(); 366 int checkBoolean();
367 TypeInfoDeclaration *getTypeInfoDeclaration(); 367 TypeInfoDeclaration *getTypeInfoDeclaration();
368 int hasPointers(); 368 int hasPointers();
369 369
370 // Back end 370 // Back end
371 Symbol *aaGetSymbol(char *func, int flags); 371 Symbol *aaGetSymbol(const char *func, int flags);
372 372
373 type *toCtype(); 373 type *toCtype();
374 }; 374 };
375 375
376 struct TypePointer : Type 376 struct TypePointer : Type