summaryrefslogtreecommitdiffstats
path: root/generic/tclBinary.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2005-05-13 17:11:53 (GMT)
committerdgp <dgp@noemail.net>2005-05-13 17:11:53 (GMT)
commit357ad4f0a31637aadcd812aa45336c7d76824a9b (patch)
treeae8da2367e5f5cfc4f51017e1248fdb9d95b0525 /generic/tclBinary.c
parente943a93f99fe0a7e86176f62c3efe0a280236bc8 (diff)
downloadtcl-357ad4f0a31637aadcd812aa45336c7d76824a9b.zip
tcl-357ad4f0a31637aadcd812aa45336c7d76824a9b.tar.gz
tcl-357ad4f0a31637aadcd812aa45336c7d76824a9b.tar.bz2
* generic/tclBasic.c: Dropped the TCL_NO_MATH configuration.
* generic/tclBinary.c: It's believed this has not been working * generic/tclExecute.c: in a long time. Tcl needs math.h. * unix/Makefile.in: [RFE 1200680]. FossilOrigin-Name: c4a9664679f922aaafbd877dfb6fdaf1f93d9785
Diffstat (limited to 'generic/tclBinary.c')
-rw-r--r--generic/tclBinary.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/generic/tclBinary.c b/generic/tclBinary.c
index fa75841..bb370e0 100644
--- a/generic/tclBinary.c
+++ b/generic/tclBinary.c
@@ -10,16 +10,12 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclBinary.c,v 1.23 2005/05/10 18:54:31 kennykb Exp $
+ * RCS: @(#) $Id: tclBinary.c,v 1.24 2005/05/13 17:11:59 dgp Exp $
*/
#include "tclInt.h"
-#ifdef TCL_NO_MATH
-#define fabs(x) (x<0 ? -x : x)
-#else
#include <math.h>
-#endif
/*
* The following constants are used by GetFormatSpec to indicate various