repo.or.cz
/
mesa
/
nouveau-pmpeg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linker: Reject shaders that have unresolved function calls
[mesa/nouveau-pmpeg.git]
/
src
/
glsl
/
glcpp
/
tests
/
088-redefine-macro-legitimate.c
blob
0e0666b8b356e2222b6a8860c56eb3fb6a30245c
1
#define abc 123
2
#define abc 123
3
4
#define foo(x) (x)+23
5
#define foo(x) ( x ) + 23