summaryrefslogtreecommitdiffstats
path: root/compat/strtod.c
diff options
context:
space:
mode:
authordas <das>2001-11-23 01:25:35 (GMT)
committerdas <das>2001-11-23 01:25:35 (GMT)
commitbf3f2b462290dda8accb57bda76e8e98d45a8a12 (patch)
tree22e1756e8fb4d5f339d6ac1dfdf679782e33f6e5 /compat/strtod.c
parent59ae2a6c2b08e679a8f5aa457d4a09fcf5442e35 (diff)
downloadtcl-bf3f2b462290dda8accb57bda76e8e98d45a8a12.zip
tcl-bf3f2b462290dda8accb57bda76e8e98d45a8a12.tar.gz
tcl-bf3f2b462290dda8accb57bda76e8e98d45a8a12.tar.bz2
** upport to 8.4 of mac code changes for 8.3.3 & various new
** changes for 8.4, some already backported to 8.3.4 (patch #435658) see ChangeLog for details
Diffstat (limited to 'compat/strtod.c')
-rw-r--r--compat/strtod.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/compat/strtod.c b/compat/strtod.c
index 22d8d92..ad5b72e 100644
--- a/compat/strtod.c
+++ b/compat/strtod.c
@@ -9,10 +9,11 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: strtod.c,v 1.3 2001/09/04 23:16:18 dgp Exp $
+ * RCS: @(#) $Id: strtod.c,v 1.4 2001/11/23 01:26:34 das Exp $
*/
#include "tcl.h"
+#include "tclPort.h"
#ifdef NO_STDLIB_H
# include "../compat/stdlib.h"
#else