writing functions for bytecode and literal frame exchange with other vms
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-12-23 12:43:26 +09:00
parent 5f91536a38
commit 58d913e3da
11 changed files with 775 additions and 80 deletions

View File

@ -116,7 +116,7 @@
# include <malloc.h>
# define malloc(x) halloc(x, 1)
# define free(x) hfree(x)
# else
# elif defined(__WATCOMC__)
# include <dosfunc.h>
# endif