diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-12-01 13:53:51 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-12-01 13:53:51 (GMT) |
commit | 200910b9c19ac1986d28677de7b427ee774d8e40 (patch) | |
tree | e61a959db97a24d3f524d29aa17e9139a7bc84dc /doc/SetRecLmt.3 | |
parent | e802927981b7af35c948a4c887be2a5399151d95 (diff) | |
parent | f0d821a83cc98067d756402bebd4d941aa7e6cff (diff) | |
download | tcl-200910b9c19ac1986d28677de7b427ee774d8e40.zip tcl-200910b9c19ac1986d28677de7b427ee774d8e40.tar.gz tcl-200910b9c19ac1986d28677de7b427ee774d8e40.tar.bz2 |
merge core-8-branch. Various cleanup: unused structure names, unused #defines. Change some "epoch"-related fields from int to size_t. Nothing functional.
Diffstat (limited to 'doc/SetRecLmt.3')
-rw-r--r-- | doc/SetRecLmt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SetRecLmt.3 b/doc/SetRecLmt.3 index ec55794..41c2a0a 100644 --- a/doc/SetRecLmt.3 +++ b/doc/SetRecLmt.3 @@ -29,7 +29,7 @@ New limit for nested calls to \fBTcl_Eval\fR for \fIinterp\fR. .PP At any given time Tcl enforces a limit on the number of recursive calls that may be active for \fBTcl_Eval\fR and related procedures -such as \fBTcl_GlobalEval\fR. +such as \fBTcl_EvalEx\fR. Any call to \fBTcl_Eval\fR that exceeds this depth is aborted with an error. By default the recursion limit is 1000. |