Clean up pref.h.orig and deal with the consequences.
[pspp] / src / inpt-pgm.c
index 6fba390d29a699faf6ce29020d713bddad4ac060..7ef6904bbe7599cb5e6735bc1505cf1df56fb384 100644 (file)
@@ -276,7 +276,7 @@ cmd_end_case (void)
 }
 
 int
-end_case_trns_proc (struct trns_header *t unused, struct ccase * c unused)
+end_case_trns_proc (struct trns_header *t UNUSED, struct ccase * c UNUSED)
 {
 #if DEBUGGING
   printf ("END CASE\n");
@@ -419,7 +419,7 @@ cmd_end_file (void)
 }
 
 static int
-end_file_trns_proc (struct trns_header * t unused, struct ccase * c unused)
+end_file_trns_proc (struct trns_header * t UNUSED, struct ccase * c UNUSED)
 {
 #if DEBUGGING
   printf ("END FILE\n");