From: Jim Meyering Date: Wed, 24 May 1995 05:15:28 +0000 (+0000) Subject: GNU text utilities X-Git-Tag: TEXTUTILS-1_11_4 X-Git-Url: https://erislabs.net/gitweb/?a=commitdiff_plain;h=a15dfb24f9ea088163da5548a23f081559741f5a;p=gnulib.git GNU text utilities --- diff --git a/lib/xstrtol.c b/lib/xstrtol.c index 591493e50..42d3758a6 100644 --- a/lib/xstrtol.c +++ b/lib/xstrtol.c @@ -2,12 +2,8 @@ #include #endif -#include "xstrtol.h" /* Get definition for __P before use. */ - #ifdef STDC_HEADERS #include -#else -__unsigned long int __strtol __P ((const char *, char **, int base)); #endif #ifdef HAVE_STRING_H @@ -39,6 +35,8 @@ extern int errno; #define LONG_MAX ((long int) (ULONG_MAX >> 1)) #endif +#include "xstrtol.h" + #define BKM_SCALE(x, scale_factor, error_return) \ do \ { \