Added confidence and prediction intervals to model export
[pspp-builds.git] / src / var-labs.c
index 65da79082bbeefea8e44e7291eb13ee601fcc0ce..3b5aa83821baa2a7c2d216cef17df629fc69312d 100644 (file)
 int
 cmd_variable_labels (void)
 {
-  struct variable **v;
-  int nv;
-
-  int i;
-
   do
     {
+      struct variable **v;
+      size_t nv;
+
+      size_t i;
+
       if (!parse_variables (default_dict, &v, &nv, PV_NONE))
         return CMD_PART_SUCCESS_MAYBE;