Skip to content

Commit 63add11

Browse files
authored
gh-117680: Fix msvc warning in instruction_sequence.c (#118326)
1 parent 0f99861 commit 63add11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/instruction_sequence.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ typedef _Py_SourceLocation location;
2020
#define INITIAL_INSTR_SEQUENCE_SIZE 100
2121
#define INITIAL_INSTR_SEQUENCE_LABELS_MAP_SIZE 10
2222

23+
#include "clinic/instruction_sequence.c.h"
24+
2325
#undef SUCCESS
2426
#undef ERROR
2527
#define SUCCESS 0
@@ -172,8 +174,6 @@ class InstructionSequenceType "_PyInstructionSequence *" "&_PyInstructionSequenc
172174
[clinic start generated code]*/
173175
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=589963e07480390f]*/
174176

175-
#include "clinic/instruction_sequence.c.h"
176-
177177
static _PyInstructionSequence*
178178
inst_seq_create(void)
179179
{

0 commit comments

Comments
 (0)