]> gitweb.factorcode.org Git - factor.git/blob - vm/debug.hpp
removed a bunch of superflous blank lines
[factor.git] / vm / debug.hpp
1 namespace factor
2 {
3
4 PRIMITIVE(die);
5
6 }