diff dmd/staticassert.h @ 336:aaade6ded589 trunk

[svn r357] Merged DMD 1.033
author lindquist
date Sat, 12 Jul 2008 19:38:31 +0200
parents c53b6e3fe49a
children
line wrap: on
line diff
--- a/dmd/staticassert.h	Sat Jul 12 17:04:36 2008 +0200
+++ b/dmd/staticassert.h	Sat Jul 12 19:38:31 2008 +0200
@@ -35,8 +35,8 @@
     void semantic2(Scope *sc);
     void inlineScan();
     int oneMember(Dsymbol **ps);
-    void toObjFile();
-    char *kind();
+    void toObjFile(int multiobj);
+    const char *kind();
     void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
 };