mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-04-30 15:10:59 +03:00
Adapt to free functions in dmd
C++ namespace now
This commit is contained in:
parent
217888ff47
commit
9041c0bf67
37 changed files with 132 additions and 64 deletions
|
@ -41,6 +41,8 @@
|
|||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
|
||||
using namespace dmd;
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// FIXME: Integrate these functions
|
||||
void GccAsmStatement_toIR(GccAsmStatement *stmt, IRState *irs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue