X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-floor2.c;h=674daf00c3273a0140160115b0074fad359c92ab;hb=18c7880d06e42284d765ef2cb7be4019fdcd9281;hp=e2391993bd781604591d43084a5c695e4c04d1fd;hpb=9ca8092d849ed03418229af9a2aefdf784fd4db9;p=gnulib.git diff --git a/tests/test-floor2.c b/tests/test-floor2.c index e2391993b..674daf00c 100644 --- a/tests/test-floor2.c +++ b/tests/test-floor2.c @@ -1,5 +1,5 @@ /* Test of rounding towards negative infinity. - Copyright (C) 2007-2010 Free Software Foundation, Inc. + Copyright (C) 2007-2011 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 @@ -144,7 +144,7 @@ check (double x) int main () { -#if UINT64_MAX +#ifdef UINT64_MAX unsigned int highbits; unsigned int lowbits; int error = 0;