comparison dmd/version.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
29 Dsymbol *syntaxCopy(Dsymbol *); 29 Dsymbol *syntaxCopy(Dsymbol *);
30 30
31 int addMember(Scope *sc, ScopeDsymbol *s, int memnum); 31 int addMember(Scope *sc, ScopeDsymbol *s, int memnum);
32 void semantic(Scope *sc); 32 void semantic(Scope *sc);
33 void toCBuffer(OutBuffer *buf, HdrGenState *hgs); 33 void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
34 char *kind(); 34 const char *kind();
35 }; 35 };
36 36
37 struct VersionSymbol : Dsymbol 37 struct VersionSymbol : Dsymbol
38 { 38 {
39 unsigned level; 39 unsigned level;
43 Dsymbol *syntaxCopy(Dsymbol *); 43 Dsymbol *syntaxCopy(Dsymbol *);
44 44
45 int addMember(Scope *sc, ScopeDsymbol *s, int memnum); 45 int addMember(Scope *sc, ScopeDsymbol *s, int memnum);
46 void semantic(Scope *sc); 46 void semantic(Scope *sc);
47 void toCBuffer(OutBuffer *buf, HdrGenState *hgs); 47 void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
48 char *kind(); 48 const char *kind();
49 }; 49 };
50 50
51 #endif /* DMD_VERSION_H */ 51 #endif /* DMD_VERSION_H */