Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5002:0cd784a6ec44
fix some compile bugs of Aidan's
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-02-07 Ben Wing <ben@xemacs.org>
* fns.c: Qlist, Qstring mistakenly declared twice.
* fns.c (mapcarX):
(void) cast needed to avoid compile problem.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sun, 07 Feb 2010 07:10:01 -0600 |
parents | 714d854d00e9 |
children | 788c38f20376 ae48681c47fa 46cf825f6158 |
comparison
equal
deleted
inserted
replaced
5001:714d854d00e9 | 5002:0cd784a6ec44 |
---|---|
1 2010-02-07 Ben Wing <ben@xemacs.org> | |
2 | |
3 * fns.c: Qlist, Qstring mistakenly declared twice. | |
4 * fns.c (mapcarX): | |
5 (void) cast needed to avoid compile problem. | |
6 | |
1 2010-02-07 Ben Wing <ben@xemacs.org> | 7 2010-02-07 Ben Wing <ben@xemacs.org> |
2 | 8 |
3 * emacs.c (make_argc_argv): | 9 * emacs.c (make_argc_argv): |
4 Cast to Wexttext * to fix compile error. | 10 Cast to Wexttext * to fix compile error. |
5 | 11 |