]> gitweb.factorcode.org Git - factor.git/blob - vm/local_roots.cpp
Fixing failing unit tests in compiler.tree.propagation due to constraints
[factor.git] / vm / local_roots.cpp
1 #include "master.hpp"
2
3 namespace factor
4 {
5
6 std::vector<cell> gc_locals;
7
8 std::vector<cell> gc_bignums;
9
10 }