mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-07 08:55:31 +01:00
Issue 1529 - conf.check(function_name)
This commit is contained in:
parent
fb1d5440ea
commit
eefb67755e
@ -28,7 +28,7 @@ int main(int argc, char **argv) {
|
||||
void *p;
|
||||
(void)argc; (void)argv;
|
||||
p=(void*)(%s);
|
||||
return 0;
|
||||
return (int)p;
|
||||
}
|
||||
'''
|
||||
"""Code template for checking for functions"""
|
||||
|
Loading…
Reference in New Issue
Block a user