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
/
137-expand-macro-after-period.c
blob: c8cd47fb57ee5bdb4334450e223f88e2d413e42e (
plain
)
1
2
3
4
#define FIELD(x) foo.x
#define FIELD_OF(s, x) s.x
FIELD
(
bar
)
FIELD_OF
(
foo
,
bar
)