]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/bignum.cpp
Moved PRIMITIVE and PRIMITIVE_FORWARDs to primitives.[ch]pp
[factor.git] / vm / bignum.cpp
index 80bc58ce21a6a595e506e5c7bfc5dc32868fa1ec..d8c5452b08b95da865c12a25cc6d7536e95922b8 100755 (executable)
@@ -365,7 +365,6 @@ FOO_TO_BIGNUM(fixnum,fixnum,cell)
 FOO_TO_BIGNUM(long_long,s64,u64)
 FOO_TO_BIGNUM(ulong_long,u64,u64)
 
-
 #define BIGNUM_TO_FOO(name,type,utype)                                 \
        type factor_vm::bignum_to_##name(bignum * bignum)               \
        {                                                               \