* tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
compiler error.
Signed-off-by: Eric Blake <ebb9@byu.net>
+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.
CHECK (long)
CHECK (float)
CHECK (double)
-CHECK (long double)
+CHECK (longdouble)
CHECK (int64_t)
CHECK (struct1)
CHECK (struct2)