Skip to content

Commit 73f7d69

Browse files
committed
#if -> #ifdef
1 parent 30b8318 commit 73f7d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval_macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
#define PRE_DISPATCH_GOTO() ((void)0)
116116
#endif
117117

118-
#if Py_DEBUG
118+
#ifdef Py_DEBUG
119119
#define LLTRACE_RESUME_FRAME() \
120120
do { \
121121
int lltrace = maybe_lltrace_resume_frame(frame, GLOBALS()); \

0 commit comments

Comments
 (0)