]> gitweb.factorcode.org Git - factor.git/blob - vm/os-windows-x86.32.cpp
webapps.wiki: adding search bar
[factor.git] / vm / os-windows-x86.32.cpp
1 #include "master.hpp"
2
3 namespace factor {
4
5 void factor_vm::c_to_factor_toplevel(cell quot) {
6   // 32-bit Windows SEH set up in basis/bootstrap/assembler/x86.32.windows.factor
7   c_to_factor(quot);
8 }
9
10 }