+Thu Mar 3 23:17:51 2005 Ben Pfaff <blp@gnu.org>
+
+ * parse.c: (expr_parse) Fix parameter type. Thanks to John
+ Darrington <john@darrington.wattle.id.au> for reporting this bug.
+
Thu Mar 3 22:10:25 WST 2005 John Darrington <john@darrington.wattle.id.au>
* Makefile.am evaluate.h.pl evaluate.inc.pl operations.h.pl
Returns the new expression if successful or a null pointer
otherwise. */
struct expression *
-expr_parse (struct dictionary *dict, atom_type type)
+expr_parse (struct dictionary *dict, enum expr_type type)
{
union any_node *n;
struct expression *e;