index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
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
)