Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5320:31be2a3d121d
Move Qcount, Q_default, Q_test to general-slots.h; add SYMBOL_KEYWORD_GENERAL()
2010-12-30 Aidan Kehoe <kehoea@parhasard.net>
* elhash.c (syms_of_elhash):
* chartab.c (syms_of_chartab):
* abbrev.c (syms_of_abbrev):
* general-slots.h:
Move Qcount, Q_default, Q_test to general-slots.h, they're about
to be used by other files. Rename Q_default to Q_default_, for the
sake of the PARSE_KEYWORDS macro (given that default is a reserved
identifier in C). Add SYMBOL_KEYWORD_GENERAL(), analogous to
SYMBOL_GENERAL() to make this easier.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 30 Dec 2010 00:50:10 +0000 |
parents | 2a7b6ddb8063 |
children | df125a42c50c |
comparison
equal
deleted
inserted
replaced
5319:ed5d4f081fa9 | 5320:31be2a3d121d |
---|---|
1 2010-12-30 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * elhash.c (syms_of_elhash): | |
4 * chartab.c (syms_of_chartab): | |
5 * abbrev.c (syms_of_abbrev): | |
6 * general-slots.h: | |
7 Move Qcount, Q_default, Q_test to general-slots.h, they're about | |
8 to be used by other files. Rename Q_default to Q_default_, for the | |
9 sake of the PARSE_KEYWORDS macro (given that default is a reserved | |
10 identifier in C). Add SYMBOL_KEYWORD_GENERAL(), analogous to | |
11 SYMBOL_GENERAL() to make this easier. | |
12 | |
1 2010-12-29 Aidan Kehoe <kehoea@parhasard.net> | 13 2010-12-29 Aidan Kehoe <kehoea@parhasard.net> |
2 | 14 |
3 * floatfns.c (Ffloat): If we've been handed a bigfloat here, it's | 15 * floatfns.c (Ffloat): If we've been handed a bigfloat here, it's |
4 appropriate to give the same bigfloat back. | 16 appropriate to give the same bigfloat back. |
5 | 17 |