From: Jim Meyering Date: Tue, 29 Oct 1996 13:57:43 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19q~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33b2a8a1ae3a97ffadfee5ed390a6a9f45818086;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/xstrtol.c b/lib/xstrtol.c index fe15ebae4a..fea6c4801a 100644 --- a/lib/xstrtol.c +++ b/lib/xstrtol.c @@ -18,11 +18,11 @@ /* Written by Jim Meyering. */ #if HAVE_CONFIG_H -#include +# include #endif #if STDC_HEADERS -#include +# include #endif #if HAVE_STRING_H @@ -146,8 +146,8 @@ __xstrtol (s, ptr, base, val, valid_suffixes) #ifdef TESTING_XSTRTO -#include -#include "error.h" +# include +# include "error.h" char *program_name; @@ -175,4 +175,5 @@ main (int argc, char** argv) } exit (0); } + #endif /* TESTING_XSTRTO */