diff gen/toir.cpp @ 659:43d2ab9833bf

Forgot a change from DMD update. Removed old Phobos rebuild profiles. Updated Tango rebuild profile slightly.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 06 Oct 2008 16:22:54 +0200
parents a15ccbf7451d
children 0d934394ada1
line wrap: on
line diff
--- a/gen/toir.cpp	Mon Oct 06 16:22:11 2008 +0200
+++ b/gen/toir.cpp	Mon Oct 06 16:22:54 2008 +0200
@@ -2603,7 +2603,7 @@
     return 0;
 }
 
-void obj_includelib(char* lib)
+void obj_includelib(const char* lib)
 {
     char *arg = (char *)mem.malloc(64);
     strcpy(arg, "-l");