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