diff dmd/attrib.c @ 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 cbd6c8073a32
children 6aaa3d3c1183
line wrap: on
line diff
--- a/dmd/attrib.c	Mon Oct 06 14:37:00 2008 +0200
+++ b/dmd/attrib.c	Mon Oct 06 16:22:11 2008 +0200
@@ -34,7 +34,7 @@
 #include "../gen/enums.h"
 #include "../gen/logger.h"
 
-extern void obj_includelib(char *name);
+extern void obj_includelib(const char *name);
 void obj_startaddress(Symbol *s);