]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter_common.c
Merge branch 'refs/heads/t/portable_io'
[paraslash.git] / filter_common.c
index b406951e8ff145542e9ad579bde5311b7e3be1aa..5533d4dcd6d25fba87a242b2c09efa4b2c76e940 100644 (file)
@@ -21,7 +21,7 @@
 #include "string.h"
 
 /** Iterate over all filters. */
-#define FOR_EACH_FILTER(j) for (j = 1; lls_cmd(j, filter_cmd_suite); j++)
+#define FOR_EACH_FILTER(j) for (j = 1; FILTER_CMD(j); j++)
 
 /**
  * Obtain a reference to a filter structure.