diff options
author | DJ Delorie <dj@redhat.com> | 2001-04-04 01:16:27 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-04-04 01:16:27 +0000 |
commit | d9697354487c09683dd0b1265cf6f8b3fd523a71 (patch) | |
tree | 1ffeabe7d37053353cb4bff2338f172d4e7be96e /libiberty/make-temp-file.c | |
parent | 391a809a0af96de6bc93f3608c738b9eb597f861 (diff) | |
download | gdb-d9697354487c09683dd0b1265cf6f8b3fd523a71.zip gdb-d9697354487c09683dd0b1265cf6f8b3fd523a71.tar.gz gdb-d9697354487c09683dd0b1265cf6f8b3fd523a71.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/make-temp-file.c')
-rw-r--r-- | libiberty/make-temp-file.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; { |