pivot-table: Reduce size of struct pivot_value from 96 bytes to 80.
[pspp] / src / data / settings.h
index 39bac54430f7764a26dafeb9d7bdb57f8e7692d9..1361bef3747cd7afe781d76fab9e5ceaf9c4732c 100644 (file)
@@ -21,6 +21,7 @@
 #include <stddef.h>
 
 #include "data/format.h"
+#include "libpspp/compiler.h"
 #include "libpspp/float-format.h"
 #include "libpspp/integer-format.h"
 #include "libpspp/message.h"
@@ -106,7 +107,7 @@ void settings_set_fuzzbits (int);
 
 /* Whether to show variable or value labels or the underlying value or variable
    name. */
-enum settings_value_show
+enum ATTRIBUTE ((packed)) settings_value_show
   {
     /* Use higher-level default.
        In a pivot_value, the default is taken from the pivot_table.