summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2008-03-31 17:21:12 (GMT)
committerdgp <dgp@noemail.net>2008-03-31 17:21:12 (GMT)
commit5f0ea8092fd38d247d05ef1dc2c870014f871d03 (patch)
tree7a0667bb483032d8717048e89062abfde308f0aa /generic/tclObj.c
parent210cc11e7686c9d32683bc17643dea1fbf24b91f (diff)
downloadtcl-5f0ea8092fd38d247d05ef1dc2c870014f871d03.zip
tcl-5f0ea8092fd38d247d05ef1dc2c870014f871d03.tar.gz
tcl-5f0ea8092fd38d247d05ef1dc2c870014f871d03.tar.bz2
merge updates from HEAD
FossilOrigin-Name: aaab5d4d67ed521937da6ed70094bea68dcb6a0b
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r--generic/tclObj.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c
index 0b2fddb..700b112 100644
--- a/generic/tclObj.c
+++ b/generic/tclObj.c
@@ -13,12 +13,13 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclObj.c,v 1.139 2007/12/13 15:23:19 dgp Exp $
+ * RCS: @(#) $Id: tclObj.c,v 1.139.2.1 2008/03/31 17:21:15 dgp Exp $
*/
#include "tclInt.h"
#include "tommath.h"
#include <float.h>
+#include <math.h>
/*
* Table of all object types.