diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-06-08 09:31:05 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-06-08 09:31:05 (GMT) |
| commit | fd66152700fc5a0fc6ef397fb8cf5299b23f0982 (patch) | |
| tree | 25bbf9f927bcc2171f99067e55efd047129b5366 /generic/tclUtil.c | |
| parent | 345e120ec855d9f7d33f9715a2eecbceac2fafd2 (diff) | |
| parent | 73ede20a2b6d67c7f0a96c328c0b82017cdf237c (diff) | |
| download | tcl-fd66152700fc5a0fc6ef397fb8cf5299b23f0982.zip tcl-fd66152700fc5a0fc6ef397fb8cf5299b23f0982.tar.gz tcl-fd66152700fc5a0fc6ef397fb8cf5299b23f0982.tar.bz2 | |
TIP #616 implementation (Wrapper API, cannot really handle > 2^31 elements)
Diffstat (limited to 'generic/tclUtil.c')
| -rw-r--r-- | generic/tclUtil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclUtil.c b/generic/tclUtil.c index e9d943b..2a2f72d 100644 --- a/generic/tclUtil.c +++ b/generic/tclUtil.c @@ -851,6 +851,7 @@ TclCopyAndCollapse( *---------------------------------------------------------------------- */ +#undef Tcl_SplitList int Tcl_SplitList( Tcl_Interp *interp, /* Interpreter to use for error reporting. If |
