@ -1,14 +0,0 @@
#ifndef VM_INCLUDED
#define VM_INLCUDED
#include "chunk.h"
typedef struct {
Chunk *chunk;
} VM;
void initVM();
void freeVM();
#endif
@ -2,12 +2,9 @@
#include "../include/vm.h"
VM vm;
void initVM(void){
}
void freeVM(void){
The note is not visible to the blocked user.