Skip to content

Commit ab23194

Browse files
voltterraauvipy
authored andcommitted
Fix _PYRMQ_INLINE to adapt to changes in python3.7+ C API
1 parent 13a49b0 commit ab23194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_librabbitmq/connection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# elif defined(__GNUC__) && !defined(__GNUC_STDC_INLINE__)
5050
# define _PYRMQ_INLINE extern __inline
5151
# else
52-
# define _PYRMQ_INLINE __inline
52+
# define _PYRMQ_INLINE extern __inline
5353
# endif
5454
#endif
5555

0 commit comments

Comments
 (0)