Mercurial > hg > xemacs-beta
annotate etc/toolbar/compile-up.xbm @ 5283:be436ac36ba4
Don't share a counter when checking for circularity, list_merge().
src/ChangeLog addition:
2010-10-12 Aidan Kehoe <kehoea@parhasard.net>
* fns.c (list_merge):
Circularity checking here needs to be done independently for each
list, they can't share a loop counter. Thank you for the bug
report, Robert Pluim!
tests/ChangeLog addition:
2010-10-12 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el:
Make sure circularity checking with #'merge is sane.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 12 Oct 2010 18:14:12 +0100 |
parents | 376386a54a3c |
children | 7910031dd78a |
rev | line source |
---|---|
0 | 1 #define noname_width 28 |
2 #define noname_height 28 | |
3 static char noname_bits[] = { | |
4 0x00,0x0e,0x00,0x00,0x80,0x3b,0x00,0x00,0x80,0x24,0x00,0x00,0xc0,0x6e,0x00, | |
5 0x00,0x40,0x42,0x00,0x00,0xc0,0x64,0x00,0x00,0x80,0xe0,0x01,0x00,0x80,0x7b, | |
6 0x09,0x00,0x00,0x2e,0x16,0x00,0x00,0x02,0x30,0x00,0x00,0xc4,0x11,0x00,0x00, | |
7 0xa4,0x12,0x00,0x00,0x53,0x64,0x00,0x00,0x31,0x44,0x00,0x00,0x57,0x74,0x00, | |
8 0x00,0xa4,0x12,0x00,0x00,0xc4,0x11,0x00,0x00,0x02,0x20,0x00,0x00,0x36,0x1f, | |
9 0x00,0x80,0x3b,0x09,0x00,0x80,0xe4,0x01,0x00,0xc0,0x6e,0x00,0x00,0x40,0x42, | |
10 0x00,0x00,0xc0,0x64,0x00,0x00,0x80,0x20,0x00,0x00,0x80,0x3b,0x00,0x00,0x00, | |
11 0x0e,0x00,0x00,0x00,0x00,0x00,0x00}; |