mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +02:00
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.
2 lines
64 B
C
2 lines
64 B
C
#define foo(x,y) x,two fish,red fish,y
|
|
foo(one fish, blue fish)
|