Clean up pref.h.orig and deal with the consequences.
[pspp] / src / sample.c
index b721f2db9c1228464ed2b2c30486a63cfbf8cc08..8a5406d14299daacb7806a5022f0c9cfb34617a6 100644 (file)
@@ -119,7 +119,7 @@ cmd_sample (void)
 }
 
 int
-sample_trns_proc (struct trns_header * trns, struct ccase *c unused)
+sample_trns_proc (struct trns_header * trns, struct ccase *c UNUSED)
 {
   struct sample_trns *t = (struct sample_trns *) trns;
   double U;