]> gitweb.factorcode.org Git - factor.git/commit
VM: removes the signal_handler_impl methods from factor_vm
authorBjörn Lindqvist <bjourne@gmail.com>
Wed, 29 Jun 2016 00:31:52 +0000 (02:31 +0200)
committerBjörn Lindqvist <bjourne@gmail.com>
Wed, 29 Jun 2016 16:27:26 +0000 (18:27 +0200)
commit801c70e9dab0b0e831ec4f0b1c5f656cfe338527
tree2d371e8b03011c0fe780bf04a97ca02796f7b12f
parent880d43d638afb02faffc2e62e9c6cc0d0cc59b45
VM: removes the signal_handler_impl methods from factor_vm

Instead the code is in the functions with the same name. That way, they
don't need to exist both as functions and methods.
vm/errors.cpp
vm/vm.hpp