mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-03 11:03:14 +01:00
Fixed compilation of ldc2
This commit is contained in:
@@ -13,6 +13,12 @@
|
||||
|
||||
#include "gen/logger.h"
|
||||
|
||||
// TODO: hack for old d2 frontends
|
||||
#if DMDV2
|
||||
typedef Argument Parameter;
|
||||
typedef Arguments Parameters;
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
TypeFunction* DtoTypeFunction(DValue* fnval)
|
||||
|
||||
Reference in New Issue
Block a user