X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxstrtol.c;h=fea6c4801ae107b78c99e4f83a80942600031e9d;hb=40cfe4f7e313e0ac586cc71708cc6d993c9e7a85;hp=dec0ec79be38bdc05a3a5b530c41139a5b79b76d;hpb=06560e9c0e60fa994f489018fd9c35509d3bad0b;p=gnulib.git diff --git a/lib/xstrtol.c b/lib/xstrtol.c index dec0ec79b..fea6c4801 100644 --- a/lib/xstrtol.c +++ b/lib/xstrtol.c @@ -15,17 +15,17 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Jim Meyering (meyering@na-net.ornl.gov) */ +/* Written by Jim Meyering. */ -#ifdef HAVE_CONFIG_H -#include +#if HAVE_CONFIG_H +# include #endif -#ifdef STDC_HEADERS -#include +#if STDC_HEADERS +# include #endif -#ifdef HAVE_STRING_H +#if HAVE_STRING_H # include #else # include @@ -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 */