13 lines
197 B
C++
13 lines
197 B
C++
|
#include "master.hpp"
|
||
|
|
||
|
namespace factor
|
||
|
{
|
||
|
|
||
|
void factor_vm::c_to_factor_toplevel(cell quot)
|
||
|
{
|
||
|
/* 32-bit Windows SEH is set up in basis/cpu/x86/32/winnt/bootstrap.factor */
|
||
|
c_to_factor(quot);
|
||
|
}
|
||
|
|
||
|
}
|