mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-27 09:03:15 +01:00
Added initial D2 support, D2 frontend and changes to codegen to make things compile.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user