Merge branch 'fixnum-bits' into 'heap-size'
authorDaniel Kochmański <dkochmanski@turtle-solutions.eu>
Sun, 30 Aug 2015 07:59:56 +0000 (07:59 +0000)
committerDaniel Kochmański <dkochmanski@turtle-solutions.eu>
Sun, 30 Aug 2015 07:59:56 +0000 (07:59 +0000)
FIXNUM_BITS -> ECL_FIXNUM_BITS

Assumes that ECL_FIXNUM_BITS was what was wanted (presumably prefixed
with ECL_ to make it a public C API).  The code used a mix of
ECL_FIXNUM_BITS and FIXNUM_BITS, with only FIXNUM_BITS being defined,
meaning that there also previously were bugs in main.d and ffi.d.

Addresses issue #147.

See merge request !4


Trivial merge