Bash-5.3-alpha release

This commit is contained in:
Chet Ramey
2024-04-22 10:33:38 -04:00
parent f3b6bd1945
commit 622d318652
700 changed files with 136534 additions and 96420 deletions
+3 -7
View File
@@ -46,8 +46,7 @@ extern int errno;
#endif
static void
munge_list (list)
WORD_LIST *list;
munge_list (WORD_LIST *list)
{
WORD_LIST *l, *nl;
WORD_DESC *wd;
@@ -69,9 +68,7 @@ munge_list (list)
}
static int
file_head (fp, cnt)
FILE *fp;
int cnt;
file_head (FILE *fp, int cnt)
{
int ch;
@@ -94,8 +91,7 @@ file_head (fp, cnt)
}
int
head_builtin (list)
WORD_LIST *list;
head_builtin (WORD_LIST *list)
{
int nline, opt, rval;
WORD_LIST *l;