From 49b1fae4309ab5b9833f0af388483c2b6b4b3d50 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 28 Mar 2005 02:09:01 +0000 Subject: merge from gcc --- libiberty/lbasename.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libiberty/lbasename.c') diff --git a/libiberty/lbasename.c b/libiberty/lbasename.c index 200a87f..4afe890 100644 --- a/libiberty/lbasename.c +++ b/libiberty/lbasename.c @@ -43,8 +43,7 @@ and a path ending in @code{/} returns the empty string after it. #include "filenames.h" const char * -lbasename (name) - const char *name; +lbasename (const char *name) { const char *base; -- cgit v1.1