table: Rename TAB_* to TABLE_CELL_* and reduce from 16 to 8 bits each.
[pspp] / src / output / table-provider.h
index f87293721f47846d0153d89f5ea1fa430894a164..6670902d732b102578e0e9c9ad03f3b85fe234f8 100644 (file)
@@ -45,7 +45,7 @@ struct table_cell
        or both. */
     int d[TABLE_N_AXES][2];
 
-    unsigned int options;       /* TAB_*. */
+    unsigned char options;       /* TABLE_CELL_*. */
     const struct pivot_value *value;
     const struct font_style *font_style;
     const struct cell_style *cell_style;