commit bash-20050309 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:44:20 -05:00
parent 439de4de5f
commit e624d0f7bb
4 changed files with 5697 additions and 10670 deletions
+2 -2
View File
@@ -100,7 +100,7 @@ static int history_and_alias_expand_line __P((int, int));
#endif
/* Helper functions for Readline. */
static int bash_directory_expansion __P((char **));
static void bash_directory_expansion __P((char **));
static int bash_directory_completion_hook __P((char **));
static int filename_completion_ignore __P((char **));
static int bash_push_line __P((void));
@@ -2207,7 +2207,7 @@ bash_ignore_everything (names)
/* Simulate the expansions that will be performed by
rl_filename_completion_function. This must be called with the address of
a pointer to malloc'd memory. */
static int
static void
bash_directory_expansion (dirname)
char **dirname;
{