]> gitweb.factorcode.org Git - factor.git/commit
VM: make allot_alien() and ffi_dlsym() use cell instead of void*
authorBjörn Lindqvist <bjourne@gmail.com>
Tue, 18 Aug 2015 06:18:41 +0000 (08:18 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 24 Aug 2015 01:36:31 +0000 (18:36 -0700)
commita53d5be68382c7e39623903402e4900d14df54df
treea1bd6d78bd0fef41d3d579270abeeba387b5b2ea
parent1045f417782cfc848883e4bed4a6cac477ff3a9e
VM: make allot_alien() and ffi_dlsym() use cell instead of void*

this way we get rid of a bunch of superfluous casts
vm/alien.cpp
vm/callbacks.cpp
vm/callstack.cpp
vm/code_blocks.cpp
vm/contexts.cpp
vm/io.cpp
vm/os-unix.cpp
vm/os-windows.cpp
vm/primitives.hpp
vm/vm.hpp