comparison dmd/staticassert.h @ 336:aaade6ded589 trunk

[svn r357] Merged DMD 1.033
author lindquist
date Sat, 12 Jul 2008 19:38:31 +0200
parents c53b6e3fe49a
children
comparison
equal deleted inserted replaced
335:17b844102023 336:aaade6ded589
33 int addMember(Scope *sc, ScopeDsymbol *sd, int memnum); 33 int addMember(Scope *sc, ScopeDsymbol *sd, int memnum);
34 void semantic(Scope *sc); 34 void semantic(Scope *sc);
35 void semantic2(Scope *sc); 35 void semantic2(Scope *sc);
36 void inlineScan(); 36 void inlineScan();
37 int oneMember(Dsymbol **ps); 37 int oneMember(Dsymbol **ps);
38 void toObjFile(); 38 void toObjFile(int multiobj);
39 char *kind(); 39 const char *kind();
40 void toCBuffer(OutBuffer *buf, HdrGenState *hgs); 40 void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
41 }; 41 };
42 42
43 #endif 43 #endif