projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16b4eed
)
glcpp/tests: Fix 073-if-in-ifdef.c to use #ifdef, not #if.
author
Kenneth Graunke
<kenneth@whitecape.org>
Wed, 4 Aug 2010 23:21:33 +0000
(16:21 -0700)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Thu, 5 Aug 2010 06:37:19 +0000
(23:37 -0700)
The original intention was to use #ifdef.
src/glsl/glcpp/tests/073-if-in-ifdef.c
patch
|
blob
|
history
diff --git
a/src/glsl/glcpp/tests/073-if-in-ifdef.c
b/src/glsl/glcpp/tests/073-if-in-ifdef.c
index b9155b521e09e90212ee0efda779409b6059b4e6..61a48097ca3d96cb1baf2e12c91e7245a5d585b3 100644
(file)
--- a/
src/glsl/glcpp/tests/073-if-in-ifdef.c
+++ b/
src/glsl/glcpp/tests/073-if-in-ifdef.c
@@
-1,4
+1,4
@@
-#if UNDEF
+#if
def
UNDEF
#if UNDEF > 1
#endif
#endif