factor/vm/local_roots.cpp

13 lines
139 B
C++

#include "master.hpp"
namespace factor
{
F_SEGMENT *gc_locals_region;
CELL gc_locals;
F_SEGMENT *gc_bignums_region;
CELL gc_bignums;
}