diff 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
line wrap: on
line diff
--- a/dmd/attrib.h	Thu Oct 04 01:47:53 2007 +0200
+++ b/dmd/attrib.h	Thu Oct 04 03:42:56 2007 +0200
@@ -51,6 +51,7 @@
     AttribDeclaration *isAttribDeclaration() { return this; }
 
     void toObjFile();			// compile to .obj file
+    int cvMember(unsigned char *p);
 };
 
 struct StorageClassDeclaration: AttribDeclaration