diff options
author | DJ Delorie <dj@redhat.com> | 2001-09-27 20:27:58 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-09-27 20:27:58 +0000 |
commit | fa9f0e33b3c0510267d7a41f2f4ee72ba452c37e (patch) | |
tree | eab3f8364165c1526f7ea2a5fef4db2ebda18653 /libiberty/strtol.c | |
parent | 0ac8d2cabf050fa3d463a79240ef8e05db368b1f (diff) | |
download | gdb-fa9f0e33b3c0510267d7a41f2f4ee72ba452c37e.zip gdb-fa9f0e33b3c0510267d7a41f2f4ee72ba452c37e.tar.gz gdb-fa9f0e33b3c0510267d7a41f2f4ee72ba452c37e.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/strtol.c')
-rw-r--r-- | libiberty/strtol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/strtol.c b/libiberty/strtol.c index 028d610..fa84a2e 100644 --- a/libiberty/strtol.c +++ b/libiberty/strtol.c @@ -38,7 +38,7 @@ between 2 and 36 inclusive, or be the special value 0. If @var{base} is 0, @code{strtol} will look for the prefixes @code{0} and @code{0x} to indicate bases 8 and 16, respectively, else default to base 10. When the base is 16 (either explicitly or implicitly), a prefix of -@code{0x} is allowed. The handling of endptr is as that of +@code{0x} is allowed. The handling of @var{endptr} is as that of @code{strtod} above. @end deftypefn |