mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
merge from gcc
This commit is contained in:
@@ -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;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user