This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
bae2240f62
factor
/
vm
/
vm.cpp
9 lines
81 B
C++
Raw
Normal View
History
Unescape
Escape
Change C++ exception usage back into a longjmp() due to GCC bugs
2009-10-05 04:27:28 -04:00
#
include
"master.hpp"
namespace
factor
{
vm: fix VM constructor
2009-10-05 05:31:35 -04:00
factor_vm
:
:
factor_vm
(
)
{
}
Change C++ exception usage back into a longjmp() due to GCC bugs
2009-10-05 04:27:28 -04:00
}