Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5279:d0bc331e433f
Turns out #elsif is not valid preprocessor syntax, who knew!
src/ChangeLog addition:
2010-09-18 Aidan Kehoe <kehoea@parhasard.net>
* lisp.h (PARSE_KEYWORDS):
Turns out #elsif is not valid preprocessor syntax, who knew!
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 18 Sep 2010 18:02:28 +0100 |
parents | d9e65b48e2bf |
children | 59a6419f7504 |
comparison
equal
deleted
inserted
replaced
5278:d9e65b48e2bf | 5279:d0bc331e433f |
---|---|
1 2010-09-18 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * lisp.h (PARSE_KEYWORDS): | |
4 Turns out #elsif is not valid preprocessor syntax, who knew! | |
5 | |
1 2010-09-18 Aidan Kehoe <kehoea@parhasard.net> | 6 2010-09-18 Aidan Kehoe <kehoea@parhasard.net> |
2 | 7 |
3 * lisp.h (PARSE_KEYWORDS): | 8 * lisp.h (PARSE_KEYWORDS): |
4 Correct the NEW_GC non-DEBUG_XEMACS version of this macro; under | 9 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. | 10 such builds S##function is a pointer, not a Lisp_Subr structure. |