pivot-table: Make template pivot_values localized.
[pspp] / src / output / pivot-table.h
index 8006adaf00f851d61f04117bbcfdb4937dd263b1..99308c9e443daa3f2294744732f569f48223ba95 100644 (file)
@@ -651,7 +651,8 @@ struct pivot_value
         /* PIVOT_VALUE_TEMPLATE. */
         struct
           {
-            char *s;
+            char *local;              /* Localized. */
+            char *id;                 /* Identifier. */
             struct pivot_argument *args;
             size_t n_args;
           }