merge from gcc

This commit is contained in:
DJ Delorie 2005-03-01 14:33:00 +00:00
parent c7f17d462a
commit 190eb1370b
5 changed files with 95 additions and 0 deletions

View file

@ -163,6 +163,10 @@ extern char *choose_temp_base PARAMS ((void)) ATTRIBUTE_MALLOC;
extern char *make_temp_file PARAMS ((const char *)) ATTRIBUTE_MALLOC;
/* Remove a link to a file unless it is special. */
extern int unlink_if_ordinary PARAMS((const char *));
/* Allocate memory filled with spaces. Allocates using malloc. */
extern const char *spaces PARAMS ((int count));