summaryrefslogtreecommitdiff
path: root/packsizetables.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packsizetables.inc')
-rw-r--r--packsizetables.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/packsizetables.inc b/packsizetables.inc
index 1eeae13ef4..ae74f93296 100644
--- a/packsizetables.inc
+++ b/packsizetables.inc
@@ -19,7 +19,7 @@ STATIC const packprops_t packprops[512] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0,
/* C */ sizeof(unsigned char),
-#if defined(HAS_LONG_DOUBLE) && defined(USE_LONG_DOUBLE)
+#if defined(HAS_LONG_DOUBLE)
/* D */ LONG_DOUBLESIZE,
#else
0,
@@ -154,7 +154,7 @@ STATIC const packprops_t packprops[512] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* C */ sizeof(unsigned char),
-#if defined(HAS_LONG_DOUBLE) && defined(USE_LONG_DOUBLE)
+#if defined(HAS_LONG_DOUBLE)
/* D */ LONG_DOUBLESIZE,
#else
0,