X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fexpr.h;h=5a1da2aef94f9b9ff28cf2b0f2dac6378af0ebd7;hb=77cbf2d7d1e5712d4ef952f265ed5c2917fc3f68;hp=30824966cd46f09c50de278471efdf284637df96;hpb=4944c86a9318bc5b5578ab145a95c116ffd2c9fd;p=pspp diff --git a/src/expr.h b/src/expr.h index 30824966cd..5a1da2aef9 100644 --- a/src/expr.h +++ b/src/expr.h @@ -38,7 +38,8 @@ struct ccase; union value; struct expression *expr_parse (int flags); -double expr_evaluate (struct expression *, struct ccase *, union value *); +double expr_evaluate (struct expression *, const struct ccase *, int case_num, + union value *); void expr_free (struct expression *); #endif /* expr.h */