summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2001-05-30 08:57:04 (GMT)
committerdkf <dkf@noemail.net>2001-05-30 08:57:04 (GMT)
commita6bba9de7f3b92e53505036ac4dea17659c3f990 (patch)
tree07a088c6f5617cd08a51e885d5db04ad0bd7d237 /generic/tclStubInit.c
parent51e00eb8f0e6ddce0b07ec42deedc75058bf51d3 (diff)
downloadtcl-a6bba9de7f3b92e53505036ac4dea17659c3f990.zip
tcl-a6bba9de7f3b92e53505036ac4dea17659c3f990.tar.gz
tcl-a6bba9de7f3b92e53505036ac4dea17659c3f990.tar.bz2
Changes from TIP#15 "Functions to List and Detail Math Functions"
FossilOrigin-Name: 7ffaef4d549de93de979dd568f2be81570da4eaf
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 0ce8ea7..f4a9909 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.49 2001/05/15 21:30:46 hobbs Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.50 2001/05/30 08:57:06 dkf Exp $
*/
#include "tclInt.h"
@@ -838,6 +838,8 @@ TclStubs tclStubs = {
Tcl_AttemptSetObjLength, /* 432 */
Tcl_GetChannelThread, /* 433 */
Tcl_GetUnicodeFromObj, /* 434 */
+ Tcl_GetMathFuncInfo, /* 435 */
+ Tcl_ListMathFuncs, /* 436 */
};
/* !END!: Do not edit above this line. */