X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxstrtoumax.c;h=59d6ecf5cdc1795a81263eee45c751fbd3e7960f;hb=df308e3fc0bbea8e50977ab1e86e4ddf124606d8;hp=3237f853341271ebba978b17e6ee27ea65060227;hpb=511a4370313100c793b53bed34c101909016ba32;p=gnulib.git diff --git a/lib/xstrtoumax.c b/lib/xstrtoumax.c index 3237f8533..59d6ecf5c 100644 --- a/lib/xstrtoumax.c +++ b/lib/xstrtoumax.c @@ -1,5 +1,5 @@ /* xstrtoumax.c -- A more useful interface to strtoumax. - Copyright 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,10 +23,8 @@ #if HAVE_INTTYPES_H # include -#else -# if HAVE_STDINT_H -# include -# endif +#elif HAVE_STDINT_H +# include #endif #define __strtol strtoumax