mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-23 13:00:17 +00:00
...
This commit is contained in:
parent
b78722dac0
commit
88f16121cb
@ -66,7 +66,7 @@ inline PyObject* py_var(VM* vm, const void* p){
|
|||||||
return vm->heap.gcnew<VoidP>(PK_OBJ_GET(Type, type), val); \
|
return vm->heap.gcnew<VoidP>(PK_OBJ_GET(Type, type), val); \
|
||||||
}
|
}
|
||||||
|
|
||||||
// POINTER_VAR(char*, "char_p")
|
POINTER_VAR(char*, "char_p")
|
||||||
// const char* is special, need to rethink about it
|
// const char* is special, need to rethink about it
|
||||||
POINTER_VAR(const unsigned char*, "uchar_p")
|
POINTER_VAR(const unsigned char*, "uchar_p")
|
||||||
POINTER_VAR(const short*, "short_p")
|
POINTER_VAR(const short*, "short_p")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user