merge from gcc

This commit is contained in:
DJ Delorie
2002-11-22 21:02:07 +00:00
parent a0d3c309e4
commit aa1ad0633b
2 changed files with 10 additions and 0 deletions

View File

@ -145,6 +145,12 @@ extern char * getpwd PARAMS ((void));
extern long get_run_time PARAMS ((void));
/* Generate a relocated path to some installation directory. Allocates
return value using malloc. */
extern char *make_relative_prefix PARAMS ((const char *, const char *,
const char *));
/* Choose a temporary directory to use for scratch files. */
extern char *choose_temp_base PARAMS ((void)) ATTRIBUTE_MALLOC;