added automake.mk files in src/language
[pspp] / src / split-file.c
index 506a433cafa7b0a6069c0b65eb2be317b8c049b5..c9e144f9050d5041876f06764690f4be1333696b 100644 (file)
@@ -35,7 +35,7 @@ cmd_split_file (void)
   else
     {
       struct variable **v;
-      int n;
+      size_t n;
 
       /* For now, ignore SEPARATE and LAYERED. */
       lex_match_id ("SEPARATE") || lex_match_id ("LAYERED");