diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-16 09:25:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-16 09:25:44 (GMT) |
commit | bcd16235331e7d2fa09e221df7b04025c74f224d (patch) | |
tree | fad36ec7a151e44ca1c9ed3c63bceb587305f606 /compat | |
parent | 73788579a1e3012a67af4cde1658770906262455 (diff) | |
parent | 117c6b9d73019c6560d1fa7eb8a3e8d2584bc3ab (diff) | |
download | tcl-bcd16235331e7d2fa09e221df7b04025c74f224d.zip tcl-bcd16235331e7d2fa09e221df7b04025c74f224d.tar.gz tcl-bcd16235331e7d2fa09e221df7b04025c74f224d.tar.bz2 |
Merge 8.7
Diffstat (limited to 'compat')
-rw-r--r-- | compat/stdlib.h | 2 |
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. |