*** empty log message ***
[deliverable/binutils-gdb.git] / libiberty / make-temp-file.c
index 67efed16a581dfe09e3c7ec395516ad5e1ddf8fb..f3e1d10e9a75de257278edda8b9ad9365ac45422 100644 (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;
 {
This page took 0.022417 seconds and 4 git commands to generate.