From 8535fe175a8039d33e9d13dd425abbd6d71ed648 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 11 Apr 2007 20:01:26 +0000 Subject: merge from gcc --- libiberty/make-relative-prefix.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'libiberty/make-relative-prefix.c') diff --git a/libiberty/make-relative-prefix.c b/libiberty/make-relative-prefix.c index 4116ec9963..037809e34e 100644 --- a/libiberty/make-relative-prefix.c +++ b/libiberty/make-relative-prefix.c @@ -400,10 +400,8 @@ make_relative_prefix_1 (const char *progname, const char *bin_prefix, from somwhere else. */ char * -make_relative_prefix (progname, bin_prefix, prefix) - const char *progname; - const char *bin_prefix; - const char *prefix; +make_relative_prefix (const char *progname, const char *bin_prefix, + const char *prefix) { return make_relative_prefix_1 (progname, bin_prefix, prefix, 1); } @@ -414,10 +412,9 @@ make_relative_prefix (progname, bin_prefix, prefix) installation is patched together with soft links. */ char * -make_relative_prefix_ignore_links (progname, bin_prefix, prefix) - const char *progname; - const char *bin_prefix; - const char *prefix; +make_relative_prefix_ignore_links (const char *progname, + const char *bin_prefix, + const char *prefix) { return make_relative_prefix_1 (progname, bin_prefix, prefix, 0); } -- cgit v1.2.3