summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorpspjuth <peter.spjuth@gmail.com>2017-11-19 18:40:13 (GMT)
committerpspjuth <peter.spjuth@gmail.com>2017-11-19 18:40:13 (GMT)
commitc2eeda3f09a8b05e10e5f8f968fc28bb2dcf3750 (patch)
treed6f7998577c10c0605efb46129ae1ce9df1f2bd1 /generic/tclInt.h
parentb44ffcf5e24b13f5fd302449456cacaf4b9cb92e (diff)
downloadtcl-c2eeda3f09a8b05e10e5f8f968fc28bb2dcf3750.zip
tcl-c2eeda3f09a8b05e10e5f8f968fc28bb2dcf3750.tar.gz
tcl-c2eeda3f09a8b05e10e5f8f968fc28bb2dcf3750.tar.bz2
Changed math functions min and max to C implementations.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 91c8b96..64c60e4 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2878,6 +2878,8 @@ MODULE_SCOPE int TclChanCaughtErrorBypass(Tcl_Interp *interp,
Tcl_Channel chan);
MODULE_SCOPE Tcl_ObjCmdProc TclChannelNamesCmd;
MODULE_SCOPE Tcl_NRPostProc TclClearRootEnsemble;
+MODULE_SCOPE int TclCompareTwoNumbers(Tcl_Obj *valuePtr,
+ Tcl_Obj *value2Ptr);
MODULE_SCOPE ContLineLoc *TclContinuationsEnter(Tcl_Obj *objPtr, int num,
int *loc);
MODULE_SCOPE void TclContinuationsEnterDerived(Tcl_Obj *objPtr,