index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
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
)