Add _build target for convenience.
[pspp-builds.git] / src / formats.c
index a569c678a4b7c4bf1d165fef891e91fd20e23e79..32d638ae4a44f3fd0bed1ad7dd6484c77a4c52ea 100644 (file)
@@ -64,7 +64,7 @@ internal_cmd_formats (int which)
 {
   /* Variables. */
   struct variable **v;
-  int cv;
+  size_t cv;
 
   /* Format to set the variables to. */
   struct fmt_spec f;
@@ -73,7 +73,7 @@ internal_cmd_formats (int which)
   int type;
 
   /* Counter. */
-  int i;
+  size_t i;
 
   for (;;)
     {