This website requires JavaScript.
Explore
Help
Sign in
fdo-mirrors
/
mesa
Watch
1
Star
0
Fork
You've already forked mesa
0
mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced
2025-12-22 04:50:11 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
e8e93a4543
mesa
/
glcpp
/
tests
/
016-define-func-1-arg.c
3 lines
32 B
C
Raw
Normal View
History
Unescape
Escape
Remove "unnecessary" whitespace from some tests. This whitespace was not part of anything being tested, and it introduces differences (that we don't actually care about) between the output of "gcc -E" and glcpp. Just eliminate this extra whitespace to reduce spurious test-case failures.
2010-05-20 14:05:37 -07:00
#
define foo(x) ((x)+1)
Add tests exercising substitution of arguments in function-like macros. This capability is the only thing that makes function-like macros interesting. This isn't supported yet so these tests fail for now.
2010-05-13 12:54:17 -07:00
foo
(
bar
)
Reference in a new issue
Copy permalink