]> gitweb.factorcode.org Git - factor.git/commit
VM: CELL_TO_FOO macro-magic in the same spirit as BIGNUM_TO_FOO
authorBjörn Lindqvist <bjourne@gmail.com>
Sat, 7 Jun 2014 15:04:27 +0000 (17:04 +0200)
committerBjörn Lindqvist <bjourne@gmail.com>
Sat, 7 Jun 2014 15:04:27 +0000 (17:04 +0200)
commitd225bec128442ab913ceecfa9dbace51f7645b10
tree64aae4049496ce35e2bdcdb25b8fe2c9c0fe9bfe
parentc3f9c0a9a3d9069294f15baed8df7242539f74ff
VM: CELL_TO_FOO macro-magic in the same spirit as BIGNUM_TO_FOO

Now also factor_vm::to_cell doesn't piggyback on
factor_vm::to_fixnum's (strict) conversion.
vm/math.cpp