Skip to content

Commit 08ef4d8

Browse files
convert to static
1 parent 2500ab6 commit 08ef4d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/specialize.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ _Py_Specialize_BinaryMultiply(PyObject *left, PyObject *right, _Py_CODEUNIT *ins
12371237
}
12381238

12391239

1240-
int
1240+
static int
12411241
specialize_c_call(PyObject *callable, _Py_CODEUNIT *instr, int nargs,
12421242
SpecializedCacheEntry *cache, PyObject *builtins)
12431243
{
@@ -1307,7 +1307,7 @@ specialize_c_call(PyObject *callable, _Py_CODEUNIT *instr, int nargs,
13071307
}
13081308

13091309
#if COLLECT_SPECIALIZATION_STATS_DETAILED
1310-
int
1310+
static int
13111311
c_call_fail_kind(PyObject *callable)
13121312
{
13131313
/* These might be implemented in the future. Collecting stats for now. */

0 commit comments

Comments
 (0)