changeset 20109:9a8fdd0061bc

GNU text utilities
author Jim Meyering <jim@meyering.net>
date Wed, 24 May 1995 05:15:28 +0000
parents 440e87be67bd
children c4e04b701130
files lib/xstrtol.c
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lib/xstrtol.c	Sun May 21 11:41:02 1995 +0000
+++ b/lib/xstrtol.c	Wed May 24 05:15:28 1995 +0000
@@ -2,12 +2,8 @@
 #include <config.h>
 #endif
 
-#include "xstrtol.h" /* Get definition for __P before use. */
-
 #ifdef STDC_HEADERS
 #include <stdlib.h>
-#else
-__unsigned long int __strtol __P ((const char *, char **, int base));
 #endif
 
 #ifdef HAVE_STRING_H
@@ -39,6 +35,8 @@
 #define LONG_MAX ((long int) (ULONG_MAX >> 1))
 #endif
 
+#include "xstrtol.h"
+
 #define BKM_SCALE(x, scale_factor, error_return)			\
       do								\
 	{								\