mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-21 06:03:14 +01:00
First merge of 2.064 beta.
This corresponds to DMD commit a913ce4bc59a94a022a27e390fc841f4aededffb. Doesn't build Phobos yet.
This commit is contained in:
committed by
Kai Nacke
parent
c400d180d2
commit
cb341586e3
@@ -17,11 +17,12 @@
|
||||
|
||||
#include "dsymbol.h"
|
||||
|
||||
struct Expression;
|
||||
class Expression;
|
||||
struct HdrGenState;
|
||||
|
||||
struct StaticAssert : Dsymbol
|
||||
class StaticAssert : public Dsymbol
|
||||
{
|
||||
public:
|
||||
Expression *exp;
|
||||
Expression *msg;
|
||||
|
||||
@@ -32,7 +33,7 @@ struct StaticAssert : Dsymbol
|
||||
void semantic(Scope *sc);
|
||||
void semantic2(Scope *sc);
|
||||
void inlineScan();
|
||||
int oneMember(Dsymbol **ps, Identifier *ident);
|
||||
bool oneMember(Dsymbol **ps, Identifier *ident);
|
||||
void toObjFile(int multiobj);
|
||||
const char *kind();
|
||||
void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
|
||||
|
||||
Reference in New Issue
Block a user