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/tclInt.h | |
| parent | 1745d4b3ad16bbbb470d8dbdfdfe9b45a4aa90df (diff) | |
| download | tcl-8e16c8510eaf4b47487ed5fdc5989c9554160903.zip tcl-8e16c8510eaf4b47487ed5fdc5989c9554160903.tar.gz tcl-8e16c8510eaf4b47487ed5fdc5989c9554160903.tar.bz2 | |
Export Tcl_InitBignumFromDouble
Diffstat (limited to 'generic/tclInt.h')
| -rw-r--r-- | generic/tclInt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 4a0590a..895eafd 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclInt.h,v 1.263 2005/12/19 19:03:17 dgp Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.264 2005/12/27 20:14:09 kennykb Exp $ */ #ifndef _TCLINT @@ -2082,8 +2082,6 @@ MODULE_SCOPE int TclIncrObj(Tcl_Interp *interp, Tcl_Obj *valuePtr, MODULE_SCOPE Tcl_Obj * TclIncrObjVar2(Tcl_Interp *interp, Tcl_Obj *part1Ptr, Tcl_Obj *part2Ptr, Tcl_Obj *incrPtr, int flags); MODULE_SCOPE void TclInitAlloc(void); -MODULE_SCOPE int TclInitBignumFromDouble(Tcl_Interp *interp, double d, - mp_int *b); MODULE_SCOPE void TclInitDbCkalloc(void); MODULE_SCOPE void TclInitDoubleConversion(void); MODULE_SCOPE void TclInitEmbeddedConfigurationInformation( |
