comparison dmd/attrib.h @ 19:788401029ecf trunk

[svn r23] * Updated to DMD 1.021
author lindquist
date Thu, 04 Oct 2007 03:42:56 +0200
parents c53b6e3fe49a
children aaade6ded589
comparison
equal deleted inserted replaced
18:c05ef76f1c20 19:788401029ecf
49 void addLocalClass(ClassDeclarations *); 49 void addLocalClass(ClassDeclarations *);
50 void toCBuffer(OutBuffer *buf, HdrGenState *hgs); 50 void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
51 AttribDeclaration *isAttribDeclaration() { return this; } 51 AttribDeclaration *isAttribDeclaration() { return this; }
52 52
53 void toObjFile(); // compile to .obj file 53 void toObjFile(); // compile to .obj file
54 int cvMember(unsigned char *p);
54 }; 55 };
55 56
56 struct StorageClassDeclaration: AttribDeclaration 57 struct StorageClassDeclaration: AttribDeclaration
57 { 58 {
58 unsigned stc; 59 unsigned stc;