summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-16 09:20:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-16 09:20:59 (GMT)
commit60397b30ebab72df7bb81e4adc4e619535688f9a (patch)
treef5b41d27f06658eadbfa10dd1f3d014fc8960b21 /compat
parent20d003110702ca2961f1cf0b9bda3f7eb7a28256 (diff)
downloadtcl-60397b30ebab72df7bb81e4adc4e619535688f9a.zip
tcl-60397b30ebab72df7bb81e4adc4e619535688f9a.tar.gz
tcl-60397b30ebab72df7bb81e4adc4e619535688f9a.tar.bz2
Remove last traces of strtod() function, since it isn't used in Tcl any more.
Diffstat (limited to 'compat')
-rw-r--r--compat/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/stdlib.h b/compat/stdlib.h
index 6900be3..bb0f133 100644
--- a/compat/stdlib.h
+++ b/compat/stdlib.h
@@ -5,7 +5,7 @@
* This file isn't complete in the ANSI-C sense; it only declares things
* that are needed by Tcl. This file is needed even on many systems with
* their own stdlib.h (e.g. SunOS) because not all stdlib.h files declare
- * all the procedures needed here (such as strtod).
+ * all the procedures needed here (such as strtol/strtoul).
*
* Copyright (c) 1991 The Regents of the University of California.
* Copyright (c) 1994-1998 Sun Microsystems, Inc.