home *** CD-ROM | disk | FTP | other *** search
-
-
-
- TTTTccccllll____SSSSeeeettttRRRReeeeccccuuuurrrrssssiiiioooonnnnLLLLiiiimmmmiiiitttt((((3333)))) TTTTccccllll ((((7777....0000)))) TTTTccccllll____SSSSeeeettttRRRReeeeccccuuuurrrrssssiiiioooonnnnLLLLiiiimmmmiiiitttt((((3333))))
-
-
-
- _________________________________________________________________
-
- NNNNAAAAMMMMEEEE
- Tcl_SetRecursionLimit - set maximum allowable nesting depth
- in interpreter
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- ####iiiinnnncccclllluuuuddddeeee <<<<ttttccccllll....hhhh>>>>
-
- int
- TTTTccccllll____SSSSeeeettttRRRReeeeccccuuuurrrrssssiiiioooonnnnLLLLiiiimmmmiiiitttt(_i_n_t_e_r_p, _d_e_p_t_h)
-
- AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
- Tcl_Interp *_i_n_t_e_r_p (in) Interpreter whose recursion
- limit is to be set. Must
- be greater than zero.
-
- int _d_e_p_t_h (in) New limit for nested calls
- to TTTTccccllll____EEEEvvvvaaaallll for _i_n_t_e_r_p.
- _________________________________________________________________
-
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- At any given time Tcl enforces a limit on the number of
- recursive calls that may be active for TTTTccccllll____EEEEvvvvaaaallll and related
- procedures such as TTTTccccllll____GGGGlllloooobbbbaaaallllEEEEvvvvaaaallll. Any call to TTTTccccllll____EEEEvvvvaaaallll
- that exceeds this depth is aborted with an error. By
- default the recursion limit is 1000.
-
- TTTTccccllll____SSSSeeeettttRRRReeeeccccuuuurrrrssssiiiioooonnnnLLLLiiiimmmmiiiitttt may be used to change the maximum
- allowable nesting depth for an interpreter. The _d_e_p_t_h
- argument specifies a new limit for _i_n_t_e_r_p, and
- TTTTccccllll____SSSSeeeettttRRRReeeeccccuuuurrrrssssiiiioooonnnnLLLLiiiimmmmiiiitttt returns the old limit. To read out
- the old limit without modifying it, invoke
- TTTTccccllll____SSSSeeeettttRRRReeeeccccuuuurrrrssssiiiioooonnnnDDDDeeeepppptttthhhh with _d_e_p_t_h equal to 0.
-
-
- KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
- nesting depth, recursion
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1 (printed 7/10/95)
-
-
-
-