Mercurial > hg > xemacs-beta
comparison src/mule-charset.c @ 2551:9f70af3ac939
[xemacs-hg @ 2005-02-03 16:14:02 by james]
Commit Olivier Galibert's dumper updates for bignums and use them.
See xemacs-patches message with ID <ps8y685c6p.fsf@diannao.ittc.ku.edu>.
author | james |
---|---|
date | Thu, 03 Feb 2005 16:14:08 +0000 |
parents | ecf1ebac70d8 |
children | 6fa9919a9a0b |
comparison
equal
deleted
inserted
replaced
2550:317f30471f4e | 2551:9f70af3ac939 |
---|---|
171 { XD_LISP_OBJECT, offsetof (Lisp_Charset, short_name) }, | 171 { XD_LISP_OBJECT, offsetof (Lisp_Charset, short_name) }, |
172 { XD_LISP_OBJECT, offsetof (Lisp_Charset, long_name) }, | 172 { XD_LISP_OBJECT, offsetof (Lisp_Charset, long_name) }, |
173 { XD_LISP_OBJECT, offsetof (Lisp_Charset, reverse_direction_charset) }, | 173 { XD_LISP_OBJECT, offsetof (Lisp_Charset, reverse_direction_charset) }, |
174 { XD_LISP_OBJECT, offsetof (Lisp_Charset, ccl_program) }, | 174 { XD_LISP_OBJECT, offsetof (Lisp_Charset, ccl_program) }, |
175 { XD_UNION, offsetof (Lisp_Charset, to_unicode_table), | 175 { XD_UNION, offsetof (Lisp_Charset, to_unicode_table), |
176 XD_INDIRECT (0, 0), &to_unicode_description }, | 176 XD_INDIRECT (0, 0), { &to_unicode_description } }, |
177 { XD_UNION, offsetof (Lisp_Charset, from_unicode_table), | 177 { XD_UNION, offsetof (Lisp_Charset, from_unicode_table), |
178 XD_INDIRECT (1, 0), &from_unicode_description }, | 178 XD_INDIRECT (1, 0), { &from_unicode_description } }, |
179 { XD_END } | 179 { XD_END } |
180 }; | 180 }; |
181 | 181 |
182 DEFINE_LRECORD_IMPLEMENTATION ("charset", charset, | 182 DEFINE_LRECORD_IMPLEMENTATION ("charset", charset, |
183 1, /* dumpable flag */ | 183 1, /* dumpable flag */ |