* src/native/vm/nativevm.cpp (nativevm_init): Return boolean to indicate error.
authorMichael Starzinger <michi@complang.tuwien.ac.at>
Wed, 25 Feb 2009 08:38:31 +0000 (09:38 +0100)
committerMichael Starzinger <michi@complang.tuwien.ac.at>
Wed, 25 Feb 2009 08:38:31 +0000 (09:38 +0100)
commit470fc741793d610b57b00c7f636ecacd3ed23c4a
tree334a2062a0b2b133d966f1495d81e914485355fb
parente2d5938869d032cc04594ef173b0db44d1b318d1
* src/native/vm/nativevm.cpp (nativevm_init): Return boolean to indicate error.
* src/native/vm/nativevm.hpp (nativevm_init): Adapted signature accordignly.
* src/vm/vm.cpp (VM::VM): Check for above error flag.
src/native/vm/nativevm.cpp
src/native/vm/nativevm.hpp
src/vm/vm.cpp