test-alignof: fix typo with long double
authorEric Blake <ebb9@byu.net>
Sat, 6 Jun 2009 19:23:51 +0000 (13:23 -0600)
committerEric Blake <ebb9@byu.net>
Sat, 6 Jun 2009 19:31:52 +0000 (13:31 -0600)
* tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
compiler error.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
tests/test-alignof.c

index 009c6ea3ad0925ab0f03eff8f125b6d209ae9cad..a5af1c565cbd5ba54670359104e61ae5b5007acb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-06  Eric Blake  <ebb9@byu.net>
+
+       test-alignof: fix typo with long double
+       * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
+       compiler error.
+
 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
 
        Escape non-texinfo { and }s.
index 93d5dedc21b58aa7fcf37b3979053163524260e4..8bd5bc19d3f8044cbc9b686bbab3d7f8c730faca 100644 (file)
@@ -43,7 +43,7 @@ CHECK (int)
 CHECK (long)
 CHECK (float)
 CHECK (double)
-CHECK (long double)
+CHECK (longdouble)
 CHECK (int64_t)
 CHECK (struct1)
 CHECK (struct2)