chibi-scheme/include/chibi
Alex Shinn c4625e1c86 fixnum/integer naming cleanup
Replacing sexp_make_integer, sexp_integerp, etc. with sexp_make_fixnum,
sexp_fixnump, etc.  Defining the old names as variants handling either
fixnums or bignums, or just as aliases for the new terms when compiled
without bignum support.  sexp_make_integer needs to take a context now
in case it generates a bignum.
2009-11-02 23:39:42 +09:00
..
bignum.h adding bignum support for 64-bit machines 2009-11-01 18:53:32 +09:00
config.h fixes for 64-bit machines 2009-11-01 17:17:06 +09:00
eval.h initial module system 2009-10-13 18:29:18 +09:00
sexp.h fixnum/integer naming cleanup 2009-11-02 23:39:42 +09:00