summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/preprocess14.stp
Commit message (Collapse)AuthorAgeFilesLines
* Support || and && in preprocessor's conditions.Przemyslaw Pawelczyk2009-08-281-0/+4
* parse.cxx (parser::scan_pp): Add || and &&. * stap.1.in: Document || and && in PREPROCESSING. * testsuite/parseok/twenty.stp: Test case. * testsuite/parseko/preprocess14.stp: Ditto. * testsuite/parseko/preprocess15.stp: Ditto. Signed-off-by: Josh Stone <jistone@redhat.com>