diff options
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -293,7 +293,7 @@ def get_build_overrides(): ).get(compiler.compiler_type, ['-std=c99']) if not flags_is_required(compiler, False, flags, textwrap.dedent(''' - inline int test_inline() { return 0; } + inline static int test_inline() { return 0; } int main(void) { return test_inline(); } ''')): |
