Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4804:3be2c7c0ef4b
Unbreak the non-bignum build by only calling reinit_vars_of_number() if
WITH_NUMBER_TYPES. See xemacs-patches message with ID
<870180fe1001061502n5326a2fcv28707aa91d6f26dc@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Wed, 06 Jan 2010 16:03:37 -0700 |
parents | 5d120deb60ca |
children | 980575c76541 |
comparison
equal
deleted
inserted
replaced
4803:5d120deb60ca | 4804:3be2c7c0ef4b |
---|---|
1 2010-01-06 Jerry James <james@xemacs.org> | |
2 | |
3 * emacs.c (main_1): Only call reinit_vars_of_number if | |
4 WITH_NUMBER_TYPES. | |
5 | |
1 2010-01-06 Jerry James <james@xemacs.org> | 6 2010-01-06 Jerry James <james@xemacs.org> |
2 | 7 |
3 * alloc.c: Include valgrind header if USE_VALGRIND. | 8 * alloc.c: Include valgrind header if USE_VALGRIND. |
4 (Fvalgrind_leak_check): New function. | 9 (Fvalgrind_leak_check): New function. |
5 (Fvalgrind_quick_leak_check): New function. | 10 (Fvalgrind_quick_leak_check): New function. |