summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/config_number.stp
Commit message (Collapse)AuthorAgeFilesLines
* Allow CONFIG_foo COMPARISON-OP number in preprocessor conditionals.Mark Wielaard2010-02-191-0/+20
* parse.cxx (eval_pp_conditional): Handle r->type == tok_number when l->type == tok_identifier. * testsuite/semok/config_number.stp: New test.