merge from gcc

This commit is contained in:
DJ Delorie 2005-03-28 02:09:01 +00:00
parent 6770045840
commit 49b1fae430
63 changed files with 517 additions and 777 deletions

View file

@ -73,8 +73,7 @@ extern char *canonicalize_file_name (const char *);
#endif
char *
lrealpath (filename)
const char *filename;
lrealpath (const char *filename)
{
/* Method 1: The system has a compile time upper bound on a filename
path. Use that and realpath() to canonicalize the name. This is