Imported from ../bash-2.05.tar.gz.
This commit is contained in:
parent
bb70624e96
commit
28ef6c316f
251 changed files with 22319 additions and 12413 deletions
2
error.c
2
error.c
|
@ -434,6 +434,7 @@ parser_error (lineno, format, va_alist)
|
|||
exit (2);
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
void
|
||||
#if defined (PREFER_STDARG)
|
||||
itrace (const char *format, ...)
|
||||
|
@ -500,6 +501,7 @@ trace (format, va_alist)
|
|||
}
|
||||
|
||||
#endif /* USE_VARARGS */
|
||||
#endif /* DEBUG */
|
||||
|
||||
static char *cmd_error_table[] = {
|
||||
"unknown command error", /* CMDERR_DEFAULT */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue