treewide: Use struct fmt_spec by value instead of pointer in most cases.
[pspp] / src / language / expressions / generate.py
index 50e1f4d1c9518d5e41c1a8f5fe8a22dfbe890e41..43fadb017d128d6cdefcd892626fc0e7ef6aabfd 100644 (file)
@@ -51,9 +51,9 @@ def init_all_types():
 
         # Format types.
         Type.new_atom('format'),
-        Type.new_leaf('ni_format', 'const struct fmt_spec *',
+        Type.new_leaf('ni_format', 'struct fmt_spec',
                       'format', 'f', 'num_input_format'),
-        Type.new_leaf('no_format', 'const struct fmt_spec *',
+        Type.new_leaf('no_format', 'struct fmt_spec',
                       'format', 'f', 'num_output_format'),
 
         # Integer types.