Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Sep 18 15:57:20 2010 +0100 +++ b/src/ChangeLog Sat Sep 18 16:46:56 2010 +0100 @@ -1,3 +1,9 @@ +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. + 2010-09-18 Aidan Kehoe <kehoea@parhasard.net> Simplify the API of PARSE_KEYWORDS for callers.