This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
meson
Watch
8
Star
0
Fork
You've already forked meson
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
The Meson Build System
http://mesonbuild.com/
9650
Commits
80
Branches
175
Tags
89 MiB
Tree:
0ec8bebae8
meson
/
test cases
/
common
/
235 disabler array addition
/
test.c
2 lines
29 B
Raw
Normal View
History
Unescape
Escape
prevent disabler() object from overwriting arrays (#7484) * prevent disabler object from overwriting arrays fixes #7107 * fix failing test forgot that func() != func(void) in c
5 years ago
int
stub
(
void
)
{
return
0
;
}