pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/means.q


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/means.q
Date: Sun, 23 Oct 2005 22:52:05 -0400

Index: pspp/src/means.q
diff -u pspp/src/means.q:1.10 pspp/src/means.q:1.11
--- pspp/src/means.q:1.10       Sun Jul 31 21:42:46 2005
+++ pspp/src/means.q    Mon Oct 24 02:51:32 2005
@@ -53,7 +53,7 @@
 
 /* TABLES: Variable lists for each dimension. */
 int n_dim;             /* Number of dimensions. */
-int *nv_dim;           /* Number of variables in each dimension. */
+size_t *nv_dim;                /* Number of variables in each dimension. */
 struct variable ***v_dim;      /* Variables in each dimension.  */
 
 /* VARIABLES: List of variables. */
@@ -145,7 +145,7 @@
 
   do
     {
-      int nvl;
+      size_t nvl;
       struct variable **vl;
 
       if (!parse_var_set_vars (var_set, &vl, &nvl,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]