Files
mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c
T
Carl Worth 7bb3403e01 glcpp: Test a non-function-like macro using the token paste operator
Apparently we never implemented this, (but we've got a GLSL 1.30 test
in piglit that is exercising this case).

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Carl Worth <cworth@cworth.org>
2011-09-30 11:44:04 -07:00

4 lines
46 B
C

#define PASTE_MACRO one ## token
PASTE_MACRO