Macro was wrong, name(void) vs name(x), and apparently gcc 2.95 cares about

matching up macro arguments even when the macro substitutes to nothing...
This commit is contained in:
Rob Landley 2005-12-07 23:17:28 +00:00
parent 07fffc5add
commit cc59aae65f

View File

@ -330,7 +330,7 @@ static void parse_config_file(void)
}
#else
#define parse_config_file(x)
#define parse_config_file()
#endif /* CONFIG_FEATURE_SUID_CONFIG */
#ifdef CONFIG_FEATURE_SUID