comparison src/ChangeLog @ 5280:59a6419f7504

Use GET_DEFUN_LISP_OBJECT() in PARSE_KEYWORDS(), fix former under NEW_GC. 2010-09-20 Aidan Kehoe <kehoea@parhasard.net> * lisp.h (GET_DEFUN_LISP_OBJECT): Make the NEW_GC version of this work, remove a needless and unhelpful semicolon. (GET_DEFUN_LISP_OBJECT): Remove a needless semicolon from the non-NEW_GC version of this. (PARSE_KEYWORDS): Fix the indentation for the DEBUG_XEMACS version of this macro. (PARSE_KEYWORDS): Use GET_DEFUN_LISP_OBJECT() for both the NEW_GC and non-NEW_GC versions of this macro, when working out the function's min args.
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 20 Sep 2010 23:22:50 +0100
parents d0bc331e433f
children be436ac36ba4
comparison
equal deleted inserted replaced
5279:d0bc331e433f 5280:59a6419f7504
1 2010-09-20 Aidan Kehoe <kehoea@parhasard.net>
2
3 * lisp.h (GET_DEFUN_LISP_OBJECT): Make the NEW_GC version of this
4 work, remove a needless and unhelpful semicolon.
5 (GET_DEFUN_LISP_OBJECT): Remove a needless semicolon from the
6 non-NEW_GC version of this.
7 (PARSE_KEYWORDS): Fix the indentation for the DEBUG_XEMACS
8 version of this macro.
9 (PARSE_KEYWORDS): Use GET_DEFUN_LISP_OBJECT() for both the NEW_GC
10 and non-NEW_GC versions of this macro, when working out the
11 function's min args.
12
1 2010-09-18 Aidan Kehoe <kehoea@parhasard.net> 13 2010-09-18 Aidan Kehoe <kehoea@parhasard.net>
2 14
3 * lisp.h (PARSE_KEYWORDS): 15 * lisp.h (PARSE_KEYWORDS):
4 Turns out #elsif is not valid preprocessor syntax, who knew! 16 Turns out #elsif is not valid preprocessor syntax, who knew!
5 17