From 4d95fcf5105d5f4641c34daae577e68ec986ffbd Mon Sep 17 00:00:00 2001 From: Jason Stover Date: Mon, 5 Jun 2006 00:21:05 +0000 Subject: [PATCH] added coefficient typedef --- src/math/coefficient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *); -- 2.30.2