mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
92007dc614
commit
dc58efcb3f
@ -24,7 +24,7 @@ extern "C" {
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include "export.h"
|
||||
|
||||
|
||||
typedef struct pkpy_vm_handle pkpy_vm;
|
||||
|
||||
@ -721,5 +721,3 @@ bool pkpy_error(pkpy_vm* vm_handle, const char* message) {
|
||||
ERRHANDLER_CLOSE
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -24,7 +24,7 @@ extern "C" {
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include "export.h"
|
||||
|
||||
|
||||
typedef struct pkpy_vm_handle pkpy_vm;
|
||||
|
||||
@ -721,5 +721,3 @@ bool pkpy_error(pkpy_vm* vm_handle, const char* message) {
|
||||
ERRHANDLER_CLOSE
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user