diff options
author | Carl Worth <[email protected]> | 2014-07-02 10:27:50 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2014-08-07 16:08:29 -0700 |
commit | bf9bce5bea17e8034927e34bcafa4c694790d9b9 (patch) | |
tree | 2f2b37999307d1d91eb49ec1e0480af16f9ea279 /src/glsl/glcpp/tests/033-define-func-self-compose.c | |
parent | 9a54b07651f80c394fb5386855b6611aa722a34b (diff) |
glsl/glcpp: Fix #pragma to not over-increment the line-number count
Previously, the #pragma directive was swallowing an entire line, (including
the final newline). At that time it was appropriate for it to increment the
line count.
More recently, our handling of #pragma changed to not include the newline. But
the code to increment yylineno stuck around. This was causing __LINE__ to be
increased by one more than desired for every #pragma.
Remove the bogus, extra increment, and add a test for this case.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glsl/glcpp/tests/033-define-func-self-compose.c')
0 files changed, 0 insertions, 0 deletions