pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/mis-val.c
diff -u pspp/src/mis-val.c:1.12 pspp/src/mis-val.c:1.13
--- pspp/src/mis-val.c:1.12     Sun Aug  7 04:39:28 2005
+++ pspp/src/mis-val.c  Mon Oct 24 02:51:32 2005
@@ -39,15 +39,14 @@
 cmd_missing_values (void)
 {
   struct variable **v;
-  int nv;
+  size_t nv;
 
   int retval = CMD_PART_SUCCESS_MAYBE;
   bool deferred_errors = false;
 
   while (token != '.')
     {
-      int i;
-      
+      size_t i;
 
       if (!parse_variables (default_dict, &v, &nv, PV_NONE)) 
         goto done;




reply via email to

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