Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5278:d9e65b48e2bf
Correct the NEW_GC non-DEBUG_XEMACS version of PARSE_KEYWORDS().
2010-09-18 Aidan Kehoe <kehoea@parhasard.net>
* lisp.h (PARSE_KEYWORDS):
Correct the NEW_GC non-DEBUG_XEMACS version of this macro; under
such builds S##function is a pointer, not a Lisp_Subr structure.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 18 Sep 2010 16:46:56 +0100 |
parents | d804e621add0 |
children | d0bc331e433f |
comparison
equal
deleted
inserted
replaced
5277:d804e621add0 | 5278:d9e65b48e2bf |
---|---|
1 2010-09-18 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * lisp.h (PARSE_KEYWORDS): | |
4 Correct the NEW_GC non-DEBUG_XEMACS version of this macro; under | |
5 such builds S##function is a pointer, not a Lisp_Subr structure. | |
6 | |
1 2010-09-18 Aidan Kehoe <kehoea@parhasard.net> | 7 2010-09-18 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 Simplify the API of PARSE_KEYWORDS for callers. | 9 Simplify the API of PARSE_KEYWORDS for callers. |
4 | 10 |
5 * lisp.h (PARSE_KEYWORDS): Simply the API, while making the | 11 * lisp.h (PARSE_KEYWORDS): Simply the API, while making the |