commit bash-20150206 snapshot

This commit is contained in:
Chet Ramey
2015-02-09 11:03:36 -05:00
parent f8b90b7bdd
commit de6081912c
21 changed files with 507 additions and 595 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ extern procenv_t top_level;
extern procenv_t subshell_top_level;
extern procenv_t return_catch; /* used by `return' builtin */
#define SHFUNC_RETURN() longjmp (return_catch, 1)
#define SHFUNC_RETURN() sh_longjmp (return_catch, 1)
#define COPY_PROCENV(old, save) \
xbcopy ((char *)old, (char *)save, sizeof (procenv_t));