Mercurial > hg > xemacs-beta
comparison src/coding-system-slots.h @ 4571:ebc01476e352
Merge.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 30 Dec 2008 20:33:30 +0000 |
parents | 1d74a1d115ee |
children | 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
4548:b0d2ace4aed1 | 4571:ebc01476e352 |
---|---|
103 canonicalize-after-coding also consults CANONICAL (it has to, because | 103 canonicalize-after-coding also consults CANONICAL (it has to, because |
104 the data in the lstream is based on CANONICAL, not on the original | 104 the data in the lstream is based on CANONICAL, not on the original |
105 coding system). */ | 105 coding system). */ |
106 MARKED_SLOT (canonical) | 106 MARKED_SLOT (canonical) |
107 | 107 |
108 MARKED_SLOT (safe_charsets) | |
109 | |
110 MARKED_SLOT (safe_chars) | |
111 | |
108 #undef MARKED_SLOT | 112 #undef MARKED_SLOT |
109 #undef MARKED_SLOT_ARRAY | 113 #undef MARKED_SLOT_ARRAY |
110 #undef CODING_SYSTEM_SLOT_DECLARATION | 114 #undef CODING_SYSTEM_SLOT_DECLARATION |