Added initial D2 support, D2 frontend and changes to codegen to make things compile.

This commit is contained in:
Tomas Lindquist Olsen
2008-11-11 01:38:48 +01:00
parent fe49ee6448
commit c4c1c1d72e
115 changed files with 83772 additions and 110 deletions

View File

@@ -207,7 +207,7 @@ Symbol *Module::toModuleArray()
* 1 add value signature
*/
Symbol *TypeAArray::aaGetSymbol(char *func, int flags)
Symbol *TypeAArray::aaGetSymbol(const char *func, int flags)
{
return 0;
}