mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-28 09:33:27 +01:00
Added initial D2 support, D2 frontend and changes to codegen to make things compile.
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
|
||||
//#include "d-gcc-includes.h"
|
||||
//#include "total.h"
|
||||
#include "dmd/statement.h"
|
||||
#include "dmd/scope.h"
|
||||
#include "dmd/declaration.h"
|
||||
#include "dmd/dsymbol.h"
|
||||
#include "statement.h"
|
||||
#include "scope.h"
|
||||
#include "declaration.h"
|
||||
#include "dsymbol.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <deque>
|
||||
|
||||
Reference in New Issue
Block a user