Get rid of `char *c' member in union value, for cleanliness.
[pspp-builds.git] / src / language / xforms / ChangeLog
index b48427d55252f2b78795eb7b05a9bb70ad12ff9b..dc3941f8ca28bf0d9eba0580c746863493fca55c 100644 (file)
@@ -1,3 +1,13 @@
+Sat May  6 16:02:55 2006  Ben Pfaff  <blp@gnu.org>
+
+       Get rid of `char *c' member in union value, for cleanliness.
+
+       * recode.c: (union recode_value) New union.
+       (struct map_in) Change x, y types to union recode_value.
+       (struct map_out) Change value type to union recode_value.
+       (find_src_string) Wrap data_in() call so it uses a real `union
+       value'.
+
 Sat May  6 14:08:42 2006  Ben Pfaff  <blp@gnu.org>
 
        * select-if.c (cmd_filter): Make FILTER without any further