View | Details | Raw Unified | Return to bug 32410
Collapse All | Expand All

(-)src/other/tcl/generic/tclBasic.c (+2 lines)
Lines 327-332 Link Here
327
 * path for recursion.
327
 * path for recursion.
328
 */
328
 */
329
329
330
#define TCL_NO_STACK_CHECK
331
330
#if defined(TCL_NO_STACK_CHECK)
332
#if defined(TCL_NO_STACK_CHECK)
331
/*
333
/*
332
 * Stack check disabled: make them noops.
334
 * Stack check disabled: make them noops.

Return to bug 32410