X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-alignof.c;h=cc10bc13572febefbb2c1b9bd8a56a0c1e694a6d;hb=cbfd25f0edf5f4b853e8ed2e01a4782ec80faba2;hp=8bd5bc19d3f8044cbc9b686bbab3d7f8c730faca;hpb=95b4cb56b59c268b34f98eab95b470ba40964376;p=pspp diff --git a/tests/test-alignof.c b/tests/test-alignof.c index 8bd5bc19d3..cc10bc1357 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-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 @@ -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)