Login
7 branches 0 tags
Ben (Win10) Revert "Removed [$roots/save] [$roots/restore] bcOps" e3102ac 3 years ago 740 Commits
nujel / lib / allocation / bytecode.h
#ifndef NUJEL_LIB_ALLOCATION_BYTECODE
#define NUJEL_LIB_ALLOCATION_BYTECODE
#include "../common.h"

void lBytecodeArrayMarkRefs(const lBytecodeArray *v);

#endif