Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5275:5a9aa6c40c9b
Avoid statement-before-declaration problems with strict C89 builds, fns.c
src/ChangeLog addition:
2010-09-18 Aidan Kehoe <kehoea@parhasard.net>
* fns.c (Freduce):
Move statements outside of the braces surrounding the
EXTERNAL_LIST_LOOP_3 macro, fixing strict C89 builds. Thank you
for the report, Vin!
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 18 Sep 2010 14:54:45 +0100 |
parents | 799742b751c8 |
children | dd2976af8783 |
comparison
equal
deleted
inserted
replaced
5274:ecdd1daab447 | 5275:5a9aa6c40c9b |
---|---|
1 2010-09-18 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * fns.c (Freduce): | |
4 Move statements outside of the braces surrounding the | |
5 EXTERNAL_LIST_LOOP_3 macro, fixing strict C89 builds. Thank you | |
6 for the report, Vin! | |
7 | |
1 2010-09-16 Aidan Kehoe <kehoea@parhasard.net> | 8 2010-09-16 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * fns.c (Flist_length): New, moved here from cl-extra.el, needed | 10 * fns.c (Flist_length): New, moved here from cl-extra.el, needed |
4 by the next function. | 11 by the next function. |
5 (shortest_length_among_sequences): New. | 12 (shortest_length_among_sequences): New. |