Fix root cause of bug worked around by previous check-in, and remove
[pspp] / src / correlations.q
index c7aed0ddc4b16575256125669cf1392eb2a0411d..5b4fc2b38b7ea45199dcee5c7d37c571b0f2e36e 100644 (file)
@@ -83,7 +83,7 @@ internal_cmd_correlations (void)
 }
 
 static int
-cor_custom_variables (struct cmd_correlations *cmd unused)
+cor_custom_variables (struct cmd_correlations *cmd UNUSED)
 {
   struct variable **v1, **v2;
   int nv1, nv2;
@@ -130,7 +130,7 @@ cor_custom_variables (struct cmd_correlations *cmd unused)
 }
 
 static int
-cor_custom_matrix (struct cmd_correlations *cmd unused)
+cor_custom_matrix (struct cmd_correlations *cmd UNUSED)
 {
   if (!lex_force_match ('('))
     return 0;