X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fexpr.h;h=2bf198312c1e76fe85f82df641b7a13de3bf177c;hb=06f9ee45954e5e71fa7f6262dbf37defa1dbf996;hp=12912565954c79b059556080392662e88ebc1856;hpb=92bfefccd465052e492f669ce561aa25b0110283;p=pspp-builds.git diff --git a/src/expr.h b/src/expr.h index 12912565..2bf19831 100644 --- a/src/expr.h +++ b/src/expr.h @@ -39,7 +39,7 @@ union value; struct expression *expr_parse (enum expr_type); enum expr_type expr_get_type (const struct expression *); double expr_evaluate (const struct expression *, const struct ccase *, - int case_num, union value *); + int case_idx, union value *); void expr_free (struct expression *); void expr_debug_print_postfix (const struct expression *);