Mercurial > hg > xemacs-beta
comparison src/mule-coding.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 | 3d8143fc88e1 |
children | 18bd0414af22 |
comparison
equal
deleted
inserted
replaced
2550:317f30471f4e | 2551:9f70af3ac939 |
---|---|
951 | 951 |
952 static const struct memory_description iso2022_coding_system_description[] = { | 952 static const struct memory_description iso2022_coding_system_description[] = { |
953 { XD_LISP_OBJECT_ARRAY, offsetof (struct iso2022_coding_system, | 953 { XD_LISP_OBJECT_ARRAY, offsetof (struct iso2022_coding_system, |
954 initial_charset), 4 }, | 954 initial_charset), 4 }, |
955 { XD_BLOCK_PTR, offsetof (struct iso2022_coding_system, input_conv), | 955 { XD_BLOCK_PTR, offsetof (struct iso2022_coding_system, input_conv), |
956 1, &ccsd_description }, | 956 1, { &ccsd_description } }, |
957 { XD_BLOCK_PTR, offsetof (struct iso2022_coding_system, output_conv), | 957 { XD_BLOCK_PTR, offsetof (struct iso2022_coding_system, output_conv), |
958 1, &ccsd_description }, | 958 1, { &ccsd_description } }, |
959 { XD_END } | 959 { XD_END } |
960 }; | 960 }; |
961 | 961 |
962 DEFINE_CODING_SYSTEM_TYPE_WITH_DATA (iso2022); | 962 DEFINE_CODING_SYSTEM_TYPE_WITH_DATA (iso2022); |
963 | 963 |