comparison dmd/aggregate.h @ 1624:ae8a94d87ca9

Merge DMD r318: bugzilla 2029 Typesafe variadic functions don't... bugzilla 2029 Typesafe variadic functions don't work in CTFE. --- dmd/aggregate.h | 1 + dmd/struct.c | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 0 deletions(-)
author Leandro Lucarella <llucax@gmail.com>
date Wed, 06 Jan 2010 15:18:22 -0300
parents a413ae7329bf
children 44b145be2ef5
comparison
equal deleted inserted replaced
1623:1d48eced441f 1624:ae8a94d87ca9
148 #endif 148 #endif
149 149
150 StructDeclaration(Loc loc, Identifier *id); 150 StructDeclaration(Loc loc, Identifier *id);
151 Dsymbol *syntaxCopy(Dsymbol *s); 151 Dsymbol *syntaxCopy(Dsymbol *s);
152 void semantic(Scope *sc); 152 void semantic(Scope *sc);
153 Dsymbol *search(Loc, Identifier *ident, int flags);
153 void toCBuffer(OutBuffer *buf, HdrGenState *hgs); 154 void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
154 char *mangle(); 155 char *mangle();
155 const char *kind(); 156 const char *kind();
156 #if DMDV1 157 #if DMDV1
157 Expression *cloneMembers(); 158 Expression *cloneMembers();