Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5563 → Rev 5564

/contrib/sdk/sources/Mesa/mesa-10.6.0/src/glsl/glcpp/tests/136-plus-plus-and-minus-minus.c.expected
0,0 → 1,8
0:7(12): preprocessor error: syntax error, unexpected PLUS_PLUS
a = x++;
b = ++x;
c = x--;
d = --x;