summaryrefslogtreecommitdiff
path: root/src/sp_config_keywords.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_config_keywords.c')
-rw-r--r--src/sp_config_keywords.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sp_config_keywords.c b/src/sp_config_keywords.c
index c3a9c19..7d9fbdf 100644
--- a/src/sp_config_keywords.c
+++ b/src/sp_config_keywords.c
@@ -378,11 +378,11 @@ int parse_disabled_functions(char *line) {
378 return 1; \ 378 return 1; \
379 } 379 }
380 380
381 MUTUALLY_EXCLUSIVE(df->value, df->r_value, "value", "regexp"); 381 MUTUALLY_EXCLUSIVE(df->r_value, df->value, "r_value", "value");
382 MUTUALLY_EXCLUSIVE(df->r_function, df->function, "r_function", "function"); 382 MUTUALLY_EXCLUSIVE(df->r_function, df->function, "r_function", "function");
383 MUTUALLY_EXCLUSIVE(df->filename, df->r_filename, "r_filename", "filename"); 383 MUTUALLY_EXCLUSIVE(df->r_filename, df->filename, "r_filename", "filename");
384 MUTUALLY_EXCLUSIVE(df->ret, df->r_ret, "r_ret", "ret"); 384 MUTUALLY_EXCLUSIVE(df->r_ret, df->ret, "r_ret", "ret");
385 MUTUALLY_EXCLUSIVE(df->key, df->r_key, "r_key", "key"); 385 MUTUALLY_EXCLUSIVE(df->r_key, df->key, "r_key", "key");
386#undef MUTUALLY_EXCLUSIVE 386#undef MUTUALLY_EXCLUSIVE
387 387
388 if (1 < 388 if (1 <