X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fexpressions%2Fparse.c;h=ea3b06a5dbd18ce5fa8394aad8d1c83c2801e9a3;hb=e1ca4ab566c6f8317ba8ff0fd27046b82b4acd63;hp=2288d5277b6afb3e362ef00d979967219b09bc3e;hpb=d807ad29cc0d3caa4f0e04ee4b75c70a225cfeaf;p=pspp-builds.git diff --git a/src/expressions/parse.c b/src/expressions/parse.c index 2288d527..ea3b06a5 100644 --- a/src/expressions/parse.c +++ b/src/expressions/parse.c @@ -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;