diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-12 11:26:49 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-12 11:26:49 (GMT) |
| commit | c73f421606da6ee1f688a42a8de9a5807ea51a4f (patch) | |
| tree | 3a570f80dd679c3d8150a0e97785894dba099dba /generic/tclCompile.c | |
| parent | 5783fb31974b4c24b19f466511ad1e5944599678 (diff) | |
| parent | eaefc3bdf38a0256fca08f8d0b9a2a137cf8706e (diff) | |
| download | tcl-c73f421606da6ee1f688a42a8de9a5807ea51a4f.zip tcl-c73f421606da6ee1f688a42a8de9a5807ea51a4f.tar.gz tcl-c73f421606da6ee1f688a42a8de9a5807ea51a4f.tar.bz2 | |
Merge 8.6
Diffstat (limited to 'generic/tclCompile.c')
| -rw-r--r-- | generic/tclCompile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c index 2e591e4..9c887e4 100644 --- a/generic/tclCompile.c +++ b/generic/tclCompile.c @@ -2164,7 +2164,7 @@ TclCompileScript( if (envPtr->iPtr == NULL) { Tcl_Panic("TclCompileScript() called on uninitialized CompileEnv"); } - /* + /* * Check depth to avoid overflow of the C execution stack by too many * nested calls of TclCompileScript (considering interp recursionlimit). * Factor 5/4 (1.25) is used to avoid too mistaken limit recognition @@ -2256,7 +2256,7 @@ TclCompileScript( continue; } - /* + /* * Avoid stack exhaustion by too many nested calls of TclCompileScript * (considering interp recursionlimit). */ |
