Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-20 | Remove "unnecessary" whitespace from some tests. | Carl Worth | |
This whitespace was not part of anything being tested, and it introduces differences (that we don't actually care about) between the output of "gcc -E" and glcpp. Just eliminate this extra whitespace to reduce spurious test-case failures. | |||
2010-05-19 | Fix bug as in previous fix, but with multi-token argument. | Carl Worth | |
The previous fix added FUNC_MACRO to a production one higher in teh grammar than it should have. So it prevented a FUNC_MACRO from appearing as part of a mutli-token argument rather than just alone as an argument. Fix this (and add a test). |