Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5771:72a9467f93fc
Only make promote_args_lazy() available if WITH_NUMBER_TYPES.
src/ChangeLog addition:
2013-12-15 Aidan Kehoe <kehoea@parhasard.net>
* number.h:
Only make promote_args_lazy() available on builds
WITH_NUMBER_TYPES, in case linking complains about promote_args()
not being available.
tests/ChangeLog addition:
2013-12-15 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el (character):
Remove a debugging statement from this.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 15 Dec 2013 17:01:58 +0000 |
parents | ffc0c5a66ab1 |
children | cd4f5f1f1f4c |
comparison
equal
deleted
inserted
replaced
5770:f22989bb7632 | 5771:72a9467f93fc |
---|---|
1 2013-12-15 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * number.h: | |
4 Only make promote_args_lazy() available on builds | |
5 WITH_NUMBER_TYPES, in case linking complains about promote_args() | |
6 not being available. | |
7 | |
1 2013-12-15 Aidan Kehoe <kehoea@parhasard.net> | 8 2013-12-15 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * bytecode.c (bytecode_arithcompare): | 10 * bytecode.c (bytecode_arithcompare): |
4 * bytecode.c (bytecode_arithop): | 11 * bytecode.c (bytecode_arithop): |
5 Call promote_args_lazy () in these two functions, only converting | 12 Call promote_args_lazy () in these two functions, only converting |