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 | 872e88fa4a341e40d152513ef5eca12fc1796fc4 (patch) | |
tree | 6ac1b304e947d621734475db91e19db47d68c048 /generic/tclInt.h | |
parent | bfcaf58680879434db61618ae08073a85cf3379a (diff) | |
download | tcl-872e88fa4a341e40d152513ef5eca12fc1796fc4.zip tcl-872e88fa4a341e40d152513ef5eca12fc1796fc4.tar.gz tcl-872e88fa4a341e40d152513ef5eca12fc1796fc4.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( |