pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/repeat.c


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

Index: pspp/src/repeat.c
diff -u pspp/src/repeat.c:1.17 pspp/src/repeat.c:1.18
--- pspp/src/repeat.c:1.17      Sun Jul 31 21:42:46 2005
+++ pspp/src/repeat.c   Mon Oct 24 02:51:31 2005
@@ -341,8 +341,8 @@
 static int
 parse_ids (struct repeat_entry * e)
 {
-  int i;
-  int n = 0;
+  size_t i;
+  size_t n = 0;
 
   e->type = 1;
   e->replacement = NULL;
@@ -350,7 +350,7 @@
   do
     {
       char **names;
-      int nnames;
+      size_t nnames;
 
       if (!parse_mixed_vars (&names, &nnames, PV_NONE))
        return 0;




reply via email to

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