The size of a long double is 16 bytes, not 12 bytes.

This commit is contained in:
Marcel Moolenaar 2003-11-03 05:09:57 +00:00
parent 6537124772
commit 8d3e35d805
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121927

View File

@ -49,6 +49,6 @@
#define FLOAT_SIZE (4 * CHAR_BIT)
#define DOUBLE_SIZE (8 * CHAR_BIT)
#define LDOUBLE_SIZE (12 * CHAR_BIT)
#define LDOUBLE_SIZE (16 * CHAR_BIT)
#define ENUM_SIZE (4 * CHAR_BIT)