Skip to content

Commit 88c4e1f

Browse files
authored
Update Python/traceback.c
1 parent 3cfb554 commit 88c4e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/traceback.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#endif
3636
# if defined(__APPLE__) && defined(HAVE_BACKTRACE) && defined(HAVE_DLADDR)
3737
# define CAN_C_BACKTRACE
38-
# elif defined(HAVE_BACKTRACE)&& defined(HAVE_DLADDR1)
38+
# elif defined(HAVE_BACKTRACE) && defined(HAVE_DLADDR1)
3939
# define CAN_C_BACKTRACE
4040
# endif
4141
#endif

0 commit comments

Comments
 (0)