factor/vm/local_roots.cpp

13 lines
135 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-04 05:50:24 -04:00
segment *gc_locals_region;
cell gc_locals;
2009-05-02 05:04:19 -04:00
2009-05-04 05:50:24 -04:00
segment *gc_bignums_region;
cell gc_bignums;
2009-05-04 02:46:13 -04:00
}