Skip to content

Commit 230d497

Browse files
Update ceval_macros.h
1 parent dae88e3 commit 230d497

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
@@ -384,7 +384,7 @@ _PyFrame_SetStackPointer(frame, stack_pointer)
384384
/* Tier-switching macros. */
385385

386386
#ifdef _Py_JIT
387-
#ifdef Py_TAIL_CALL_INTERP
387+
#if Py_TAIL_CALL_INTERP
388388
#define GOTO_TIER_TWO(EXECUTOR) \
389389
do { \
390390
OPT_STAT_INC(traces_executed); \

0 commit comments

Comments
 (0)