mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-01 18:10:54 +00:00
Stop using c++ (#600)
Python 3.13a6+ & C++ & Cython cause compile error on some compilers.
This commit is contained in:
parent
0602baf3ea
commit
3e9a2a7419
7 changed files with 80 additions and 68 deletions
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#else
|
||||
#define bool char
|
||||
#endif
|
||||
|
||||
typedef struct msgpack_packer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue