X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrtod.c;h=10edb5cfe5a67c6c99a0d4b3aaa1a405072ba3e7;hb=f889ed88c86396c80300b41e0ea6f6202af5ca4f;hp=81e9f8a9d712862224b2dd0d599c2d9263549ad5;hpb=7bb0ee09eb178f88555064568235d033a24e8ffb;p=gnulib.git diff --git a/lib/strtod.c b/lib/strtod.c index 81e9f8a9d..10edb5cfe 100644 --- a/lib/strtod.c +++ b/lib/strtod.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1997, 1999 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -57,9 +57,7 @@ extern int errno; /* Convert NPTR to a double. If ENDPTR is not NULL, a pointer to the character after the last one used in the number is put in *ENDPTR. */ double -strtod (nptr, endptr) - const char *nptr; - char **endptr; +strtod (const char *nptr, char **endptr) { register const char *s; short int sign;