diff dmd/attrib.h @ 1195:e961851fb8be

Merged DMD 1.042.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Fri, 03 Apr 2009 17:59:34 +0200
parents dbe4af57b240
children 79758fd2f48a
line wrap: on
line diff
--- a/dmd/attrib.h	Fri Apr 03 17:02:52 2009 +0200
+++ b/dmd/attrib.h	Fri Apr 03 17:59:34 2009 +0200
@@ -68,6 +68,8 @@
     Dsymbol *syntaxCopy(Dsymbol *s);
     void semantic(Scope *sc);
     void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
+
+    static void stcToCBuffer(OutBuffer *buf, int stc);
 };
 
 struct LinkDeclaration : AttribDeclaration