Rewrite formatted data input routines to conform to SPSS data formats
[pspp-builds.git] / src / language / lexer / ChangeLog
index fd98ea9c0a0dd51e8cd3b88f7319f2e96d8e4d79..ebbf25441ca2b99b9bd2e26836f7eb66a66e87a5 100644 (file)
@@ -1,3 +1,10 @@
+Sun Nov 19 09:20:42 2006  Ben Pfaff  <blp@gnu.org>
+
+       * range-parser.c (parse_num_range): Because data_in takes an enum
+       fmt_type now, not a struct fmt_spec, change the type of the
+       corresponding argument.  Updated all callers.
+       (parse_number) Ditto.
+
 Sun Nov 12 06:34:06 WST 2006 John Darrrington <john@darrington.wattle.id.au>
 
        * format-parser.c format-parser.h lexer.c lexer.h q2c.c range-parser.c