comparison lisp/ChangeLog @ 5380:919c77c567bb

Add compiler macros for #'revappend, #'nreconc. 2011-03-21 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (revappend, nreconc): Add compiler macros for these two functions. (They used to be inline, but that involves needless binding of the arguments.)
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 21 Mar 2011 12:27:07 +0000
parents a32a108ae815
children 294ab9180fad
comparison
equal deleted inserted replaced
5379:a32a108ae815 5380:919c77c567bb
1 2011-03-21 Aidan Kehoe <kehoea@parhasard.net>
2
3 * cl-macs.el (revappend, nreconc):
4 Add compiler macros for these two functions. (They used to be
5 inline, but that involves needless binding of the arguments.)
6
1 2011-03-21 Aidan Kehoe <kehoea@parhasard.net> 7 2011-03-21 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * cl-macs.el (cl-non-fixnum-number-p): 9 * cl-macs.el (cl-non-fixnum-number-p):
4 This should return t under 64-bit builds for fixnums that would 10 This should return t under 64-bit builds for fixnums that would
5 be bignums on a 32-bit machine; make it so. 11 be bignums on a 32-bit machine; make it so.