Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Mar 29 22:52:01 2010 -0500 +++ b/src/ChangeLog Mon Mar 29 23:23:33 2010 -0500 @@ -1,3 +1,9 @@ +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. + 2010-03-29 Ben Wing <ben@xemacs.org> * alloc.c: