Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5181:a00bfbd64e0a
fix C++ compilation
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-03-29 Ben Wing <ben@xemacs.org>
* lisp.h (PRIVATE_UNVERIFIED_LIST_LOOP_7):
Need to cast 0 to void (so both parts of conditional expression
have void type) to fix C++ compilation.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 29 Mar 2010 23:23:33 -0500 |
parents | 4cd28c29a7a1 |
children | 2e528066e2fc b65692aa90d8 |
comparison
equal
deleted
inserted
replaced
5180:4cd28c29a7a1 | 5181:a00bfbd64e0a |
---|---|
1 2010-03-29 Ben Wing <ben@xemacs.org> | |
2 | |
3 * lisp.h (PRIVATE_UNVERIFIED_LIST_LOOP_7): | |
4 Need to cast 0 to void (so both parts of conditional expression | |
5 have void type) to fix C++ compilation. | |
6 | |
1 2010-03-29 Ben Wing <ben@xemacs.org> | 7 2010-03-29 Ben Wing <ben@xemacs.org> |
2 | 8 |
3 * alloc.c: | 9 * alloc.c: |
4 * alloc.c (lisp_object_storage_size): | 10 * alloc.c (lisp_object_storage_size): |
5 * alloc.c (Fobject_memory_usage): | 11 * alloc.c (Fobject_memory_usage): |