treewide: Use struct fmt_spec by value instead of pointer in most cases.
[pspp] / src / output / pivot-table.h
index 6fd97e19c8955b571ff4472ead6ca0707d955aca..24aa00acd7e9cafba184994393886e3188ae215c 100644 (file)
@@ -412,7 +412,7 @@ void pivot_category_destroy (struct pivot_category *);
 #define PIVOT_RC_RESIDUAL ("RC_RESIDUAL")
 #define PIVOT_RC_COUNT ("RC_COUNT")
 
-bool pivot_result_class_change (const char *, const struct fmt_spec *);
+bool pivot_result_class_change (const char *, struct fmt_spec);
 bool is_pivot_result_class (const char *);
 \f
 /* Styling for a pivot table.
@@ -803,7 +803,7 @@ struct pivot_value *pivot_value_new_integer (double);
 struct pivot_value *pivot_value_new_var_value (
   const struct variable *, const union value *);
 struct pivot_value *pivot_value_new_value (const union value *, int width,
-                                           const struct fmt_spec *,
+                                           struct fmt_spec,
                                            const char *encoding);
 
 /* Values from variable names. */