From 58364ce8a1cbbcf5aafa5e8b41e77dd71bb64110 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Sun, 7 Oct 2001 17:23:43 +0000 Subject: merge from gcc --- include/libiberty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libiberty.h') diff --git a/include/libiberty.h b/include/libiberty.h index 315d3106c..9501365c6 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -51,7 +51,7 @@ extern "C" { /* Build an argument vector from a string. Allocates memory using malloc. Use freeargv to free the vector. */ -extern char **buildargv PARAMS ((char *)) ATTRIBUTE_MALLOC; +extern char **buildargv PARAMS ((const char *)) ATTRIBUTE_MALLOC; /* Free a vector returned by buildargv. */ -- cgit v1.2.3