X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-alignof.c;h=a8b6d18996f0c2d1ad573ea4cbe2a11bad7e315f;hb=fba7fdb1432af9bf0abece1ec8078ed8ae3af886;hp=8bd5bc19d3f8044cbc9b686bbab3d7f8c730faca;hpb=95b4cb56b59c268b34f98eab95b470ba40964376;p=gnulib.git diff --git a/tests/test-alignof.c b/tests/test-alignof.c index 8bd5bc19d..a8b6d1899 100644 --- a/tests/test-alignof.c +++ b/tests/test-alignof.c @@ -1,5 +1,5 @@ /* Test of . - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 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 @@ -44,7 +44,9 @@ CHECK (long) CHECK (float) CHECK (double) CHECK (longdouble) +#ifdef INT64_MAX CHECK (int64_t) +#endif CHECK (struct1) CHECK (struct2) CHECK (struct3)