X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcoefficient.h;h=705c1e0e488f3927483946b62f37815c144cc599;hb=2165f59ab9eee5272b4037e45477811627cae078;hp=dda2ae30cf292cb5008f0bf7e14a8440daeaf76e;hpb=73f67789df91a09ee91976434fb15c2ee1fb5e78;p=pspp-builds.git diff --git a/src/math/coefficient.h b/src/math/coefficient.h index dda2ae30..705c1e0e 100644 --- a/src/math/coefficient.h +++ b/src/math/coefficient.h @@ -101,7 +101,7 @@ int pspp_coeff_get_n_vars (struct pspp_coeff *); coefficient found. Note that in this case, the result will depend on the order of COEFS. */ -const struct pspp_coeff * +struct pspp_coeff * pspp_coeff_var_to_coeff (const struct variable *, struct pspp_coeff **, size_t, const union value *); /*