index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
040-token-pasting.c
blob: caab3ba736808777b6cf17abff867ca6321c89db (
plain
)
1
2
#define paste(a,b) a ## b
paste
(
one
,
token
)