Mercurial > hg > xemacs-beta
comparison src/chartab.h @ 5906:4d5a5a80aba2
chartab.h, #define get_char_table_mirrors_ok correctly sans ERROR_CHECK_TYPES
src/ChangeLog addition:
2015-05-08 Aidan Kehoe <kehoea@parhasard.net>
* chartab.h (get_char_table_mirrors_ok):
#define this correctly without ERROR_CHECK_TYPES.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 08 May 2015 20:02:06 +0100 |
parents | 2dc8711af537 |
children |
comparison
equal
deleted
inserted
replaced
5905:85fd1ab80057 | 5906:4d5a5a80aba2 |
---|---|
185 #ifdef ERROR_CHECK_TYPES | 185 #ifdef ERROR_CHECK_TYPES |
186 #define get_char_table(ch, table) get_char_table_1 (ch, table, 0) | 186 #define get_char_table(ch, table) get_char_table_1 (ch, table, 0) |
187 #define get_char_table_mirrors_ok(ch, table) get_char_table_1 (ch, table, 1) | 187 #define get_char_table_mirrors_ok(ch, table) get_char_table_1 (ch, table, 1) |
188 #else | 188 #else |
189 #define get_char_table get_char_table_1 | 189 #define get_char_table get_char_table_1 |
190 #define get_char_mirrors_ok get_char_table_1 | 190 #define get_char_table_mirrors_ok get_char_table_1 |
191 #endif | 191 #endif |
192 | 192 |
193 enum chartab_range_type | 193 enum chartab_range_type |
194 { | 194 { |
195 CHARTAB_RANGE_ALL, | 195 CHARTAB_RANGE_ALL, |