Add SET TVARS option. Closes bug #31566
[pspp] / src / data / settings.c
index 95fda576dae5ef61bb24c4c43f52a210b55b083e..47b3f3d5ce6081f58f53afe03a2f1bd1fd381904 100644 (file)
@@ -713,3 +713,10 @@ settings_get_var_style (void)
 {
   return the_settings.var_output_style;
 }
+
+
+void
+settings_set_var_style (enum settings_var_style s)
+{
+  the_settings.var_output_style = s;
+}