mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +02:00
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. |
||
---|---|---|
.. | ||
bignum.c | ||
plan9-opcodes.c | ||
plan9.c | ||
sexp-huff.c | ||
sexp-hufftabs.c | ||
sexp-unhuff.c |