Re: [Mesa-dev] [PATCH 6/7] glcpp: Add test involving token pasting of INTEGER tokens.

2012-11-29 Thread Matt Turner
On Wed, Nov 28, 2012 at 9:38 PM, Carl Worth wrote: > This test file is very similar to test 113-line-and-file-macros but > uses token pasting for cleaner quiz answers (without spaces between > the digits). This test happens to fail currently because the token > paster does not support the pasting

[Mesa-dev] [PATCH 6/7] glcpp: Add test involving token pasting of INTEGER tokens.

2012-11-28 Thread Carl Worth
This test file is very similar to test 113-line-and-file-macros but uses token pasting for cleaner quiz answers (without spaces between the digits). This test happens to fail currently because the token paster does not support the pasting of INTEGER tokens. (Note that this test is distinct from te