Fix arg type for expr_parse.
[pspp-builds.git] / src / expressions / parse.c
index 2288d5277b6afb3e362ef00d979967219b09bc3e..ea3b06a5dbd18ce5fa8394aad8d1c83c2801e9a3 100644 (file)
@@ -66,7 +66,7 @@ static bool type_check (struct expression *, union any_node **,
    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;