diff options
Diffstat (limited to 'lib/xstrtol.c')
-rw-r--r-- | lib/xstrtol.c | 9 |
1 files changed, 5 insertions, 4 deletions
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 <config.h> +# include <config.h> #endif #if STDC_HEADERS -#include <stdlib.h> +# include <stdlib.h> #endif #if HAVE_STRING_H @@ -146,8 +146,8 @@ __xstrtol (s, ptr, base, val, valid_suffixes) #ifdef TESTING_XSTRTO -#include <stdio.h> -#include "error.h" +# include <stdio.h> +# include "error.h" char *program_name; @@ -175,4 +175,5 @@ main (int argc, char** argv) } exit (0); } + #endif /* TESTING_XSTRTO */ |