Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow CONFIG_foo COMPARISON-OP CONFIG_bar in preprocessor conditionals. | Mark Wielaard | 2010-02-19 | 1 | -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. |