merge from gcc

This commit is contained in:
DJ Delorie
2001-04-04 01:16:27 +00:00
parent 391a809a0a
commit d969735448
4 changed files with 38 additions and 2 deletions

View File

@@ -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;
{