X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcategoricals.h;h=09ced7d7acc2a9900fd67039697b98273aaafe0c;hb=3025fc73778a733bfd2aeefd57da1b1c1955a675;hp=02fef13a303d17d717ef07df8b54c58a5302a2cc;hpb=a9c5233f04317a5ace5e6dcbe3cc61a9f07d57c0;p=pspp diff --git a/src/math/categoricals.h b/src/math/categoricals.h index 02fef13a30..09ced7d7ac 100644 --- a/src/math/categoricals.h +++ b/src/math/categoricals.h @@ -28,6 +28,7 @@ struct ccase; union value ; typedef void update_func (void *user_data, + enum mv_class exclude, const struct variable *wv, const struct variable *catvar, const struct ccase *c,