mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 06:50:11 +01:00
3 lines
45 B
C
3 lines
45 B
C
|
|
#define paste(a,b) a ## b
|
||
|
|
paste(one , token)
|