diff dmd/version.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/version.h	Sat Jul 12 17:04:36 2008 +0200
+++ b/dmd/version.h	Sat Jul 12 19:38:31 2008 +0200
@@ -31,7 +31,7 @@
     int addMember(Scope *sc, ScopeDsymbol *s, int memnum);
     void semantic(Scope *sc);
     void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
-    char *kind();
+    const char *kind();
 };
 
 struct VersionSymbol : Dsymbol
@@ -45,7 +45,7 @@
     int addMember(Scope *sc, ScopeDsymbol *s, int memnum);
     void semantic(Scope *sc);
     void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
-    char *kind();
+    const char *kind();
 };
 
 #endif /* DMD_VERSION_H */