mirror of
https://github.com/pocketpy/pocketpy
synced 2025-12-07 18:50:19 +00:00
Update pocketpy.h
This commit is contained in:
parent
c8f8739dc7
commit
aa4c9ca4ae
@ -691,7 +691,7 @@ extern "C" {
|
|||||||
/// It can be `VM*`, `REPL*` or `PyXXXDump*`, etc.
|
/// It can be `VM*`, `REPL*` or `PyXXXDump*`, etc.
|
||||||
///
|
///
|
||||||
/// !!!
|
/// !!!
|
||||||
/// If the pointer not allocated by `pkpy_xxx_xxx`, nothing will happen.
|
/// If the pointer is not allocated by `pkpy_xxx_xxx`, nothing will happen.
|
||||||
/// !!!
|
/// !!!
|
||||||
void pkpy_delete(void* p){
|
void pkpy_delete(void* p){
|
||||||
for(int i = 0; i < _pkLookupTable.size(); i++){
|
for(int i = 0; i < _pkLookupTable.size(); i++){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user