Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4134:ac5a714be3a2
[xemacs-hg @ 2007-08-21 20:32:33 by aidan]
Don't use args to XINT_OR_CHAR where multiple evaluation is possible; revise
X_I_O_C to not multiply evaluate.
author | aidan |
---|---|
date | Tue, 21 Aug 2007 20:32:37 +0000 |
parents | 93bd75c45dca |
children | 1ce0622a56a3 |
comparison
equal
deleted
inserted
replaced
4133:5b55fa103aa1 | 4134:ac5a714be3a2 |
---|---|
1 2007-08-21 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * mule-ccl.c (ccl_driver): | |
4 Don't pass XCHAR_OR_INT an argument of which the evaluation has | |
5 side effects; thank you Mike Fabian. | |
6 * lisp.h: | |
7 Redundantly, don't multiply evaluate the argument to XCHAR_OR_INT; | |
8 this should prevent the same error in the future. | |
9 | |
1 2007-08-17 Marcus Crestani <crestani@xemacs.org> | 10 2007-08-17 Marcus Crestani <crestani@xemacs.org> |
2 | 11 |
3 * mc-alloc.c (L1_INDEX): | 12 * mc-alloc.c (L1_INDEX): |
4 * mc-alloc.c (PAGE_SIZE_ALIGNMENT): | 13 * mc-alloc.c (PAGE_SIZE_ALIGNMENT): |
5 * mc-alloc.c (set_bit): | 14 * mc-alloc.c (set_bit): |