diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-11 09:35:55 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-11 09:35:55 -0800 |
commit | f26de1fd4d708349dfaa59944e85290e0fb75c81 (patch) | |
tree | d082fbf00ae4b305f677b46248b197295d8587a9 /ChangeLog | |
parent | df456b691838fdbc1e8a7336f84c9e784fa358d5 (diff) | |
download | txr-f26de1fd4d708349dfaa59944e85290e0fb75c81.tar.gz txr-f26de1fd4d708349dfaa59944e85290e0fb75c81.tar.bz2 txr-f26de1fd4d708349dfaa59944e85290e0fb75c81.zip |
* arith.c: Regenerated.
* arith.txr (highest_bit): Missing #else added, fixing
SIZEOF_PTR == 4 case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ * arith.c: Regenerated. + * arith.txr (highest_bit): Missing #else added, fixing + SIZEOF_PTR == 4 case. + +2011-12-11 Kaz Kylheku <kaz@kylheku.com> + + * arith.c: Regenerated. + * arith.txr (highest_bit): Oops, half the logic for the 64 bit case was missing due to to a cut and paste mistake. |