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