1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-12 05:23:02 +00:00

Try to remove build issues on windows.

This commit is contained in:
Calvin Rose
2018-12-08 17:20:24 -05:00
parent 3b94adc7f3
commit 6185af7227
4 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@
#include <emscripten.h>
extern const unsigned char *janet_gen_webinit;
extern size_t janet_gen_webinit_size;
extern int32_t janet_gen_webinit_size;
static JanetFiber *repl_fiber = NULL;
static JanetBuffer *line_buffer = NULL;