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
/
096-paste-twice.c
blob: 8da756fcba46e4d47c9370b6194dc38f6924a138 (
plain
)
1
2
3
#define paste_twice(a,b,c) a ## b ## c
paste_twice
(
just
,
one
,
token
)