summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/config_config.stp
Commit message (Collapse)AuthorAgeFilesLines
* Allow CONFIG_foo COMPARISON-OP CONFIG_bar in preprocessor conditionals.Mark Wielaard2010-02-191-0/+17
* parse.cxx (eval_pp_conditional): If rhs and lhs are both CONFIG_... identifiers try to convert them both to numbers or otherwise threat them both as strings for eval_comparison. * testsuite/semok/config_config.stp: New test.