summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-16 09:25:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-16 09:25:44 (GMT)
commitbcd16235331e7d2fa09e221df7b04025c74f224d (patch)
treefad36ec7a151e44ca1c9ed3c63bceb587305f606 /compat
parent73788579a1e3012a67af4cde1658770906262455 (diff)
parent117c6b9d73019c6560d1fa7eb8a3e8d2584bc3ab (diff)
downloadtcl-bcd16235331e7d2fa09e221df7b04025c74f224d.zip
tcl-bcd16235331e7d2fa09e221df7b04025c74f224d.tar.gz
tcl-bcd16235331e7d2fa09e221df7b04025c74f224d.tar.bz2
Merge 8.7
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.