mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update common.h
This commit is contained in:
parent
e7658d073b
commit
10c1a5c42d
@ -126,6 +126,7 @@ struct Type {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct PyObject;
|
struct PyObject;
|
||||||
|
using PyVar = PyObject*;
|
||||||
#define PK_BITS(p) (reinterpret_cast<i64>(p))
|
#define PK_BITS(p) (reinterpret_cast<i64>(p))
|
||||||
|
|
||||||
// is_pod_v<> for c++17 and c++20
|
// is_pod_v<> for c++17 and c++20
|
||||||
|
Loading…
x
Reference in New Issue
Block a user