Add aux data parameter to q2c parse_<command>() and custom parser
[pspp-builds.git] / src / language / lexer / ChangeLog
index 99b6e3e4cfa95b3b31ed50ec030d31805709993a..3d5768b61058660f74da1843ad877d312ac91e45 100644 (file)
@@ -1,3 +1,16 @@
+Tue Jun 27 19:15:33 2006  Ben Pfaff  <blp@gnu.org>
+
+       Add auxiliary data pointer to q2c parse_<command> function, and
+       pass it along to the custom parser functions.
+
+       Updated all uses of custom functions in all the existing .q files.
+       
+       * q2c.c (dump_declarations): Include auxiliary parameter in
+       function prototypes.
+       (dump_subcommand) Include aux arg in calls to custom functions.
+       (dump_parser) Include aux param in parse_<command> function
+       definition.  Include aux arg in calls to custom functions.
+
 Tue Jun 27 12:07:34 2006  Ben Pfaff  <blp@gnu.org>
 
        * variable-parser.h: New header.  Moved the var_set and variable