chibi-scheme/include/chibi
Kris Katterjohn f32def466b Avoid undefined C macro behavior
A C macro expanding to a `defined' has undefined behavior.  The
clang compiler was issuing warnings.
2018-07-29 19:58:37 -05:00
..
bignum.h More portable bignums that don't have to rely on gcc 128bit arithmetics extension 2018-06-19 04:46:05 +02:00
eval.h fixing peek-char on non-ascii chars 2017-06-26 22:23:38 +09:00
features.h Avoid undefined C macro behavior 2018-07-29 19:58:37 -05:00
gc_heap.h allow loading images from offsets 2016-03-13 09:08:41 +09:00
sexp-huff.h Added full support for packed images, both for static and dynamic libraries. 2016-02-15 21:12:58 -05:00
sexp-hufftabdefs.h Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
sexp-hufftabs.c Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
sexp-hufftabs.h Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
sexp-unhuff.h Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
sexp.h use PRId64/32 where available for printing fixnums (issue #479) 2018-06-29 22:44:16 +08:00