Some housekeeping and refactoring.
This commit is contained in:
parent
cfdeb4a22f
commit
e61c68c277
7 changed files with 4 additions and 126 deletions
|
|
@ -12,8 +12,6 @@
|
|||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include "parser.h"
|
||||
#include "value.h"
|
||||
#include "vm.h"
|
||||
|
||||
static char *read_file_all(const char *path, size_t *out_len) {
|
||||
FILE *f = fopen(path, "rb");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue