]> gitweb.factorcode.org Git - factor.git/blob - vm/debug.hpp
Merge branch 'vm_cleanup' of git://github.com/phildawes/factor
[factor.git] / vm / debug.hpp
1 namespace factor
2 {
3
4 PRIMITIVE(die);
5
6 }