aboutsummaryrefslogtreecommitdiff
path: root/jim.h
diff options
context:
space:
mode:
Diffstat (limited to 'jim.h')
-rw-r--r--jim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jim.h b/jim.h
index 9ea02c0..00b3a24 100644
--- a/jim.h
+++ b/jim.h
@@ -150,7 +150,7 @@ extern "C" {
/* The following are internal codes and should never been seen/used */
#define JIM_EVAL 7
-#define JIM_MAX_NESTING_DEPTH 10000 /* default max nesting depth */
+#define JIM_MAX_NESTING_DEPTH 1000 /* default max nesting depth */
/* Some function get an integer argument with flags to change
* the behaviour. */