Skip to content

Commit 2dc9010

Browse files
committed
use inline specifier
1 parent 12ae163 commit 2dc9010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_datetimemodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6726,7 +6726,7 @@ static PyMethodDef module_methods[] = {
67266726
{NULL, NULL}
67276727
};
67286728

6729-
static void
6729+
static inline void
67306730
set_datetime_capi(datetime_state *st)
67316731
{
67326732
st->capi.DateType = &PyDateTime_DateType;

0 commit comments

Comments
 (0)