merge from gcc

This commit is contained in:
DJ Delorie
2005-03-27 05:28:42 +00:00
parent 8da8e0b3f3
commit 9334f9c6cd
23 changed files with 579 additions and 875 deletions

View File

@@ -37,8 +37,7 @@ Behavior is undefined if the pathname ends in a directory separator.
#endif /* DIR_SEPARATOR_2 */
char *
basename (name)
const char *name;
basename (const char *name)
{
const char *base;