diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-10 18:18:53 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-10 18:18:53 -0800 |
commit | 009266215ff514a005c766d7d6fcfe8bb31dddd5 (patch) | |
tree | ed93ce3f69e4d45d776059dce5d5951971d352d3 /ChangeLog | |
parent | b5b4ad71a0775c9c9e30edfc4758ebc34631282b (diff) | |
download | txr-009266215ff514a005c766d7d6fcfe8bb31dddd5.tar.gz txr-009266215ff514a005c766d7d6fcfe8bb31dddd5.tar.bz2 txr-009266215ff514a005c766d7d6fcfe8bb31dddd5.zip |
* configure: add to config.h the type double_intptr_t, which
is twice the size of intptr_t. It may not be available, so
there is a HAVE_ macro to detect it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2011-12-10 Kaz Kylheku <kaz@kylheku.com> + * configure: add to config.h the type double_intptr_t, which + is twice the size of intptr_t. It may not be available, so + there is a HAVE_ macro to detect it. + +2011-12-10 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): New functions added as intrinsics. * hash.c (hash_eql, hash_equal): New external functions. |