X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-stdint.c;h=39fc51ca195b3d667b28089ecdc2da38a69b1841;hb=11dbc24bbfd94e0e8d36754fe17bb1fdeb58fe5e;hp=168b10f23a3ddfea23902faba9d6ae927deb7d84;hpb=a897449aaae8e6c051f3b9daaf984de5c5e092f3;p=gnulib.git diff --git a/tests/test-stdint.c b/tests/test-stdint.c index 168b10f23..39fc51ca1 100644 --- a/tests/test-stdint.c +++ b/tests/test-stdint.c @@ -1,5 +1,5 @@ /* Test of substitute. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 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 @@ -17,9 +17,7 @@ /* Written by Bruno Haible , 2006. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include /* Whether to enable pedantic checks. */ #define DO_PEDANTIC 0 @@ -306,11 +304,7 @@ err or; #endif #if HAVE_WINT_T -# if HAVE_WCHAR_H -# include -# include -# include -# endif +# include verify (TYPE_MINIMUM (wint_t) == WINT_MIN); verify (TYPE_MAXIMUM (wint_t) == WINT_MAX);