Assumes that ECL_FIXNUM_BITS was what was wanted (presumably prefixed
authorMatthew Mondor <mmondor@pulsar-zone.net>
Sun, 30 Aug 2015 06:44:05 +0000 (02:44 -0400)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Sun, 30 Aug 2015 06:44:05 +0000 (02:44 -0400)
commit239f6eafea3526ed51036be47daa59d4dbd2c8dc
tree6d96217908bca7b16eafc662b03120df1a5e3a2f
parent5517fa5631277942ed505f09a72f2836b99be930
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.
14 files changed:
msvc/ecl/config.h.msvc6
src/c/big.d
src/c/file.d
src/c/hash.d
src/c/newhash.h
src/c/num_log.d
src/c/num_rand.d
src/c/number.d
src/c/pathname.d
src/c/symbols_list.h
src/h/bytecodes.h
src/h/config.h.in
src/h/ecl.h
src/h/external.h