Got rid of "struct long_vec", envector(), devector(), etc.
[pspp-builds.git] / src / html.c
index 53add68cd5dacd51e2afd3d4ec23f0fb439571df..6f56b47e9762efd6afbdb6ced40d556bdff609fd 100644 (file)
@@ -46,13 +46,13 @@ static int postopen (struct file_ext *);
 static int preclose (struct file_ext *);
 
 static int
-html_open_global (struct outp_class *this unused)
+html_open_global (struct outp_class *this UNUSED)
 {
   return 1;
 }
 
 static int
-html_close_global (struct outp_class *this unused)
+html_close_global (struct outp_class *this UNUSED)
 {
   return 1;
 }