diff dmd/entity.c @ 1103:b30fe7e1dbb9

- Updated to DMD frontend 1.041. - Removed dmd/inifile.c , it's not under a free license, replaced with libconfig based config file.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Thu, 12 Mar 2009 20:37:27 +0100
parents c53b6e3fe49a
children
line wrap: on
line diff
--- a/dmd/entity.c	Thu Mar 12 14:08:57 2009 +0100
+++ b/dmd/entity.c	Thu Mar 12 20:37:27 2009 +0100
@@ -1,5 +1,5 @@
 
-// Copyright (c) 1999-2006 by Digital Mars
+// Copyright (c) 1999-2009 by Digital Mars
 // All Rights Reserved
 // written by Walter Bright
 // http://www.digitalmars.com
@@ -19,7 +19,7 @@
 
 struct NameId
 {
-    char *name;
+    const char *name;
     unsigned short value;
 };