Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4999:ebafcd6e9f4b
fix compile error in mapcarX
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-02-07 Ben Wing <ben@xemacs.org>
* fns.c (mapcarX):
C++ requires explicit cast to enum lrecord_type.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sun, 07 Feb 2010 00:32:54 -0600 |
parents | b46c89ccbed3 |
children | 714d854d00e9 |
comparison
equal
deleted
inserted
replaced
4998:b46c89ccbed3 | 4999:ebafcd6e9f4b |
---|---|
1 2010-02-07 Ben Wing <ben@xemacs.org> | |
2 | |
3 * fns.c (mapcarX): | |
4 C++ requires explicit cast to enum lrecord_type. | |
5 | |
1 2010-02-06 Ben Wing <ben@xemacs.org> | 6 2010-02-06 Ben Wing <ben@xemacs.org> |
2 | 7 |
3 * mule-wnnfns.c: | 8 * mule-wnnfns.c: |
4 Convert file to utf-8. | 9 Convert file to utf-8. |
5 | 10 |