Reinitialize memory pool on each loop of the REPL
This commit is contained in:
@@ -22,7 +22,6 @@ typedef struct {
|
||||
char result_buffer[REPL_RESULT_BUFFER_SIZE];
|
||||
} repl_t;
|
||||
|
||||
void init_repl(repl_t *repl);
|
||||
bool step_repl(repl_t *repl);
|
||||
void run_repl(repl_t *repl);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user