diff options
author | DJ Delorie <dj@delorie.com> | 2001-10-07 22:42:23 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2001-10-07 22:42:23 +0000 |
commit | f408a0c0ef4c360ad3ae96ca1e3b976587c666d5 (patch) | |
tree | 43876d6e3b21f1a2a97e6af22994999e37d6bf0f /libiberty/strtod.c | |
parent | 5849f895508122d117627bfddf595a51eedab5c0 (diff) | |
download | gdb-f408a0c0ef4c360ad3ae96ca1e3b976587c666d5.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/strtod.c')
-rw-r--r-- | libiberty/strtod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/strtod.c b/libiberty/strtod.c index 2f0a0762fc3..874e5e52416 100644 --- a/libiberty/strtod.c +++ b/libiberty/strtod.c @@ -27,7 +27,7 @@ the executable file might be covered by the GNU General Public License. */ @deftypefn Supplemental double strtod (const char *@var{string}, char **@var{endptr}) This ANSI C function converts the initial portion of @var{string} to a -@code{double}. If @var{endptr} is not NULL, a pointer to the +@code{double}. If @var{endptr} is not @code{NULL}, a pointer to the character after the last character used in the conversion is stored in the location referenced by @var{endptr}. If no conversion is performed, zero is returned and the value of @var{string} is stored in |