merge from gcc

This commit is contained in:
DJ Delorie
2001-03-10 22:23:16 +00:00
parent e2f2a27ee8
commit 6a6a6fa2ae
2 changed files with 9 additions and 0 deletions

View File

@@ -56,6 +56,10 @@ extern char *basename ();
# endif
#endif
/* A well-defined basename () that is always compiled in. */
extern char *lbasename PARAMS ((const char *));
/* Concatenate an arbitrary number of strings, up to (char *) NULL.
Allocates memory using xmalloc. */