Skip to content

Commit c93627e

Browse files
committed
add static
1 parent eb99870 commit c93627e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/flowgraph.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1778,7 +1778,7 @@ remove_to_bool_sequence(basicblock *bb, int start)
17781778
}
17791779
}
17801780

1781-
cfg_instr *
1781+
static cfg_instr *
17821782
find_unary_not_target(basicblock *bb, int start)
17831783
{
17841784
assert(start < bb->b_iused);

0 commit comments

Comments
 (0)