pivot-table: Reduce size of struct pivot_value from 96 bytes to 80.
[pspp] / src / output / table.c
index 442b765134c9b277161c84adc0647905942be9fa..bf22d2da5af8809de3f2b5d3e7b51e8d6aab70c0 100644 (file)
@@ -504,8 +504,8 @@ table_get_cell (const struct table *t, int x, int y, struct table_cell *cell)
     = t->styles[(opt & TAB_STYLE_MASK) >> TAB_STYLE_SHIFT];
 
   static const struct pivot_value empty_value = {
-    .type = PIVOT_VALUE_TEXT,
     .text = {
+      .type = PIVOT_VALUE_TEXT,
       .local = (char *) "",
       .c = (char *) "",
       .id = (char *) "",