factor/vm/local_roots.cpp

13 lines
139 B
C++
Raw Normal View History

2009-05-02 05:04:19 -04:00
#include "master.hpp"
2009-05-04 02:46:13 -04:00
namespace factor
{
2009-05-02 05:04:19 -04:00
F_SEGMENT *gc_locals_region;
CELL gc_locals;
F_SEGMENT *gc_bignums_region;
CELL gc_bignums;
2009-05-04 02:46:13 -04:00
}