From d9697354487c09683dd0b1265cf6f8b3fd523a71 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 4 Apr 2001 01:16:27 +0000 Subject: merge from gcc --- libiberty/ChangeLog | 4 ++++ libiberty/make-temp-file.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'libiberty') diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index a2b39ae..79bef79 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2001-04-03 Zack Weinberg + + * make-temp-file.c (try): Inline. + 2001-02-28 Richard Henderson * Makefile.in (make-temp-file.o): Depend on config.h. diff --git a/libiberty/make-temp-file.c b/libiberty/make-temp-file.c index 67efed1..f3e1d10 100644 --- a/libiberty/make-temp-file.c +++ b/libiberty/make-temp-file.c @@ -61,9 +61,9 @@ extern int mkstemps PARAMS ((char *, int)); If success, DIR is returned. Otherwise NULL is returned. */ -static const char *try PARAMS ((const char *, const char *)); +static inline const char *try PARAMS ((const char *, const char *)); -static const char * +static inline const char * try (dir, base) const char *dir, *base; { -- cgit v1.1