diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-23 19:02:24 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-23 19:02:24 -0800 |
commit | a96e16af6a24bf929032612fb8cd0397ca5aeb11 (patch) | |
tree | e078277313d96531c7fd6a4aec190fbae0e3aefb /ChangeLog | |
parent | 8ba87177ddfa5e5a77dcc1447da2233a3bf3732c (diff) | |
download | txr-a96e16af6a24bf929032612fb8cd0397ca5aeb11.tar.gz txr-a96e16af6a24bf929032612fb8cd0397ca5aeb11.tar.bz2 txr-a96e16af6a24bf929032612fb8cd0397ca5aeb11.zip |
Follow up on 64 bit compilation warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2009-11-23 Kaz Kylheku <kkylheku@gmail.com> + Follow up on 64 bit compilation warnings. + + * lib.c (chr, chrp): Do not convert directly between wchar_t and + the pointer type; go through cnum intermediate value. + + * stream.c (vformat): Fix bad cast from pointer to int; this was + missed in the conversion to cnum because it should have been a + cast to long originally. + +2009-11-23 Kaz Kylheku <kkylheku@gmail.com> + * Makefile (conftest.o): revert change that took CFLAGS from this target. |