spv: Run Python at build time via $PYTHON variable.
[pspp] / src / language / stats / crosstabs.q
index 6defd2447a9424a7ce5ec0f6f81cda95c5e564c0..a772034f64c36bdc08e2fc683c7e322dc1193bde 100644 (file)
@@ -1243,7 +1243,8 @@ create_crosstab_table (struct crosstabs_proc *proc, struct crosstabulation *xt,
       free (s);
     }
   struct pivot_table *table = pivot_table_create__ (
-    pivot_value_new_user_text_nocopy (ds_steal_cstr (&title)));
+    pivot_value_new_user_text_nocopy (ds_steal_cstr (&title)),
+    "Crosstabulation");
   pivot_table_set_weight_format (table, &proc->weight_format);
   table->omit_empty = true;