factor/vm/local_roots.cpp

8 lines
116 B
C++
Raw Normal View History

2009-05-02 05:04:19 -04:00
#include "master.hpp"
F_SEGMENT *gc_locals_region;
CELL gc_locals;
F_SEGMENT *gc_bignums_region;
CELL gc_bignums;