diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2003-04-28 12:34:21 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2003-04-28 12:34:21 (GMT) |
| commit | c61c4bc769546effcd2b39f3ae1ea01714265084 (patch) | |
| tree | a7dfc6ac4db8ceaa9a7d3fceccf59bbe274caa74 /generic/tclStubInit.c | |
| parent | 0af4731becfb0f6cde24fcbd71f5238b74c643eb (diff) | |
| download | tcl-c61c4bc769546effcd2b39f3ae1ea01714265084.zip tcl-c61c4bc769546effcd2b39f3ae1ea01714265084.tar.gz tcl-c61c4bc769546effcd2b39f3ae1ea01714265084.tar.bz2 | |
Made [incr] able to accept and work with wide increments [Bug 728838]
Diffstat (limited to 'generic/tclStubInit.c')
| -rw-r--r-- | generic/tclStubInit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index c424c07..df105fa 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclStubInit.c,v 1.81 2003/04/05 01:26:11 dkf Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.82 2003/04/28 12:34:29 dkf Exp $ */ #include "tclInt.h" @@ -268,6 +268,7 @@ TclIntStubs tclIntStubs = { TclCheckExecutionTraces, /* 171 */ TclInThreadExit, /* 172 */ TclUniCharMatch, /* 173 */ + TclIncrWideVar2, /* 174 */ }; TclIntPlatStubs tclIntPlatStubs = { |
