Fixed a bug causing pspp to crash when computed variables had no format
[pspp-builds.git] / src / do-if.c
index 247684ec296a71dd33b0d4142eb562a4978267c0..b0014484f0b6d04ee0c0d9ae78942844863dc5c3 100644 (file)
@@ -276,7 +276,7 @@ parse_do_if (void)
 
 /* Executes a goto transformation. */
 static int 
-goto_trns_proc (struct trns_header * t, struct ccase * c unused)
+goto_trns_proc (struct trns_header * t, struct ccase * c UNUSED)
 {
   return ((struct goto_trns *) t)->dest;
 }