diff options
| author | Kevin B Kenny <kennykb@acm.org> | 2005-12-27 20:14:08 (GMT) |
|---|---|---|
| committer | Kevin B Kenny <kennykb@acm.org> | 2005-12-27 20:14:08 (GMT) |
| commit | 8e16c8510eaf4b47487ed5fdc5989c9554160903 (patch) | |
| tree | 6ac1b304e947d621734475db91e19db47d68c048 /generic/tclStubInit.c | |
| parent | 1745d4b3ad16bbbb470d8dbdfdfe9b45a4aa90df (diff) | |
| download | tcl-8e16c8510eaf4b47487ed5fdc5989c9554160903.zip tcl-8e16c8510eaf4b47487ed5fdc5989c9554160903.tar.gz tcl-8e16c8510eaf4b47487ed5fdc5989c9554160903.tar.bz2 | |
Export Tcl_InitBignumFromDouble
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 8274d1a..88f59e0 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.126 2005/12/27 17:39:02 kennykb Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.127 2005/12/27 20:14:09 kennykb Exp $ */ #include "tclInt.h" @@ -1062,6 +1062,7 @@ TclStubs tclStubs = { Tcl_GetChannelErrorInterp, /* 563 */ Tcl_SetChannelError, /* 564 */ Tcl_GetChannelError, /* 565 */ + Tcl_InitBignumFromDouble, /* 566 */ }; /* !END!: Do not edit above this line. */ |
