diff dmd/mtype.h @ 658:50383e476c7e

Upgraded frontend to DMD 1.035
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 06 Oct 2008 16:22:11 +0200
parents af9bdd69a7ec
children 6aaa3d3c1183
line wrap: on
line diff
--- a/dmd/mtype.h	Mon Oct 06 14:37:00 2008 +0200
+++ b/dmd/mtype.h	Mon Oct 06 16:22:11 2008 +0200
@@ -266,8 +266,8 @@
 
 struct TypeBasic : Type
 {
-    char *dstring;
-    char *cstring;
+    const char *dstring;
+    const char *cstring;
     unsigned flags;
 
     TypeBasic(TY ty);