forked from Imagelibrary/binutils-gdb
merge from gcc
This commit is contained in:
@@ -85,10 +85,7 @@ extern int errno;
|
||||
* alphabets and digits are each contiguous.
|
||||
*/
|
||||
long
|
||||
strtol(nptr, endptr, base)
|
||||
const char *nptr;
|
||||
char **endptr;
|
||||
register int base;
|
||||
strtol(const char *nptr, char **endptr, register int base)
|
||||
{
|
||||
register const char *s = nptr;
|
||||
register unsigned long acc;
|
||||
|
||||
Reference in New Issue
Block a user