comparison dmd2/attrib.h @ 813:2eaefe4a550b

Forgot to add AnonDeclaration::toObjFile for D2
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 01 Dec 2008 14:54:06 +0100
parents 340acf1535d0
children 638d16625da2
comparison
equal deleted inserted replaced
812:6c2ff06c4201 813:2eaefe4a550b
105 AnonDeclaration(Loc loc, int isunion, Array *decl); 105 AnonDeclaration(Loc loc, int isunion, Array *decl);
106 Dsymbol *syntaxCopy(Dsymbol *s); 106 Dsymbol *syntaxCopy(Dsymbol *s);
107 void semantic(Scope *sc); 107 void semantic(Scope *sc);
108 void toCBuffer(OutBuffer *buf, HdrGenState *hgs); 108 void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
109 const char *kind(); 109 const char *kind();
110
111 // LDC
112 void toObjFile(int multiobj); // compile to .obj file
110 }; 113 };
111 114
112 struct PragmaDeclaration : AttribDeclaration 115 struct PragmaDeclaration : AttribDeclaration
113 { 116 {
114 Expressions *args; // array of Expression's 117 Expressions *args; // array of Expression's