pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/rank.q
diff -u pspp/src/rank.q:1.3 pspp/src/rank.q:1.4
--- pspp/src/rank.q:1.3 Sun Jul 31 21:42:46 2005
+++ pspp/src/rank.q     Mon Oct 24 02:51:31 2005
@@ -71,12 +71,12 @@
 
 
 static struct rank_spec *rank_specs;
-static int n_rank_specs;
+static size_t n_rank_specs;
 
 static struct sort_criteria *sc;
 
 static struct variable **group_vars;
-static int n_group_vars;
+static size_t n_group_vars;
 
 static struct cmd_rank cmd;
 
@@ -87,7 +87,7 @@
 int
 cmd_rank(void)
 {
-  int i;
+  size_t i;
   n_rank_specs = 0;
 
   if ( !parse_rank(&cmd) )




reply via email to

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