index
:
lib/mesa
debian-unstable
pristine-tar
upstream-unstable
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glcpp
/
tests
/
040-token-pasting.c
blob: caab3ba736808777b6cf17abff867ca6321c89db (
plain
)
1
2
#define paste(a,b) a ## b
paste
(
one
,
token
)