Skip to content

Commit 3638cda

Browse files
Update pycore_debug_offsets.h
1 parent c3d656b commit 3638cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_debug_offsets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extern "C" {
3939
#define _GENERATE_DEBUG_SECTION_APPLE(name)
4040
#endif
4141

42-
#if defined(__linux__) && (defined(__GNUC__) || defined(__clang__) && !defined(MS_WINDOWS))
42+
#if defined(__linux__) && (defined(__GNUC__) || (defined(__clang__) && !defined(MS_WINDOWS)))
4343
#define _GENERATE_DEBUG_SECTION_LINUX(name) \
4444
__attribute__((section("." Py_STRINGIFY(name)))) \
4545
__attribute__((used))

0 commit comments

Comments
 (0)