mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
Update main.cpp
This commit is contained in:
parent
36c117b453
commit
d7db109394
@ -28,7 +28,6 @@ extern "C" {
|
|||||||
__EXPORT
|
__EXPORT
|
||||||
void repl_start(){
|
void repl_start(){
|
||||||
VM* vm = pkpy_new_vm(true);
|
VM* vm = pkpy_new_vm(true);
|
||||||
useStandardBuffer(vm);
|
|
||||||
_repl = pkpy_new_repl(vm, false);
|
_repl = pkpy_new_repl(vm, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user