mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-12 22:50:49 +02:00
commit bash-20140905 snapshot
This commit is contained in:
+2
-2
@@ -287,10 +287,10 @@ int funcnest = 0;
|
||||
int funcnest_max = 0;
|
||||
|
||||
int evalnest = 0; /* bash-4.4/bash-5.0 */
|
||||
int evalnest_max = 0;
|
||||
int evalnest_max = EVALNEST_MAX;
|
||||
|
||||
int sourcenest = 0;
|
||||
int sourcenest_max = 0;
|
||||
int sourcenest_max = SOURCENEST_MAX;
|
||||
|
||||
volatile int from_return_trap = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user