mirror of
https://github.com/janet-lang/janet
synced 2025-12-08 01:28:06 +00:00
Remove longjump/setjump from vm loop. Add out of memory
behavior option.
This commit is contained in:
2
Makefile
2
Makefile
@@ -6,7 +6,7 @@ TARGET=interp
|
||||
PREFIX=/usr/local
|
||||
|
||||
# C sources
|
||||
HEADERS=vm.h ds.h compile.h parse.h value.h datatypes.h gc.h util.h
|
||||
HEADERS=vm.h ds.h compile.h parse.h value.h datatypes.h gc.h util.h gst.h
|
||||
SOURCES=main.c parse.c value.c vm.c ds.c compile.c gc.c
|
||||
OBJECTS=$(patsubst %.c,%.o,$(SOURCES))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user