Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5909:d138e600aa3a
Placate the C++ compiler, read_rational().
src/ChangeLog addition:
2015-05-09 Aidan Kehoe <kehoea@parhasard.net>
* lread.c (read_rational):
Cast the call to memchr() here to placate the C++ compiler.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 09 May 2015 01:23:45 +0100 |
parents | 6174848f3e6c |
children | eb1e15c9440b |
comparison
equal
deleted
inserted
replaced
5908:6174848f3e6c | 5909:d138e600aa3a |
---|---|
1 2015-05-09 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * lread.c (read_rational): | |
4 Cast the call to memchr() here to placate the C++ compiler. | |
5 | |
1 2015-05-08 Aidan Kehoe <kehoea@parhasard.net> | 6 2015-05-08 Aidan Kehoe <kehoea@parhasard.net> |
2 | 7 |
3 * data.c (init_errors_once_early): | 8 * data.c (init_errors_once_early): |
4 Move the Qunsupported_type here from numbers.c, so it's available | 9 Move the Qunsupported_type here from numbers.c, so it's available |
5 when the majority of our types are not supported. | 10 when the majority of our types are not supported. |