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)
commit0b410dea2bc21e488160dd4bbc5d6c3120e7731b
treefd7297d65885b98a14f25f27350c58869d2bb84b
parent0394d18644bda0bcaed42501214c205dc6579a02
parent239f6eafea3526ed51036be47daa59d4dbd2c8dc
Merge branch 'fixnum-bits' into 'heap-size'

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