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 13:30:12 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
6f510a49d2
mesa
/
glcpp
/
tests
/
035-define-func-self-compose-non-func-multi-token-argument.c
3 lines
32 B
C
Raw
Normal View
History
Unescape
Escape
Fix bug as in previous fix, but with multi-token argument. The previous fix added FUNC_MACRO to a production one higher in teh grammar than it should have. So it prevented a FUNC_MACRO from appearing as part of a mutli-token argument rather than just alone as an argument. Fix this (and add a test).
2010-05-19 07:49:47 -07:00
#
define foo(bar) bar
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
foo
(
1
+
foo
)
Reference in a new issue
Copy permalink