mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-07 04:10:49 +02:00
commit bash-20120606 snapshot
This commit is contained in:
+3
-1
@@ -272,7 +272,9 @@ static int function_line_number;
|
||||
report the correct line number. Kind of a hack. */
|
||||
static int showing_function_line;
|
||||
|
||||
static int line_number_for_err_trap;
|
||||
/* $LINENO ($BASH_LINENO) for use by an ERR trap. Global so parse_and_execute
|
||||
can save and restore it. */
|
||||
int line_number_for_err_trap;
|
||||
|
||||
/* A sort of function nesting level counter */
|
||||
int funcnest = 0;
|
||||
|
||||
Reference in New Issue
Block a user