From: Jason Stover Date: Mon, 5 Jun 2006 00:21:05 +0000 (+0000) Subject: added coefficient typedef X-Git-Tag: v0.6.0~830 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=4d95fcf5105d5f4641c34daae577e68ec986ffbd added coefficient typedef --- diff --git a/src/math/coefficient.h b/src/math/coefficient.h index 7569463b..7f11e8f1 100644 --- a/src/math/coefficient.h +++ b/src/math/coefficient.h @@ -64,7 +64,7 @@ struct pspp_coeff interaction terms will have more than one variable. */ }; - +typedef struct pspp_coeff coefficient; void pspp_coeff_free (struct pspp_coeff *);