Mercurial > hg > xemacs-beta
comparison src/mule-coding.h @ 185:3d6bfa290dbd r20-3b19
Import from CVS: tag r20-3b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:55:28 +0200 |
parents | cca96a509cfe |
children | b405438285a2 |
comparison
equal
deleted
inserted
replaced
184:bcd2674570bf | 185:3d6bfa290dbd |
---|---|
70 int reg[8]; /* reg[7] is used for `condition' */ | 70 int reg[8]; /* reg[7] is used for `condition' */ |
71 int end_flag; /* set when processing the last block */ | 71 int end_flag; /* set when processing the last block */ |
72 int status; | 72 int status; |
73 }; | 73 }; |
74 | 74 |
75 typedef struct charset_conversion_spec charset_conversion_spec; | |
75 struct charset_conversion_spec | 76 struct charset_conversion_spec |
76 { | 77 { |
77 Lisp_Object from_charset; | 78 Lisp_Object from_charset; |
78 Lisp_Object to_charset; | 79 Lisp_Object to_charset; |
79 }; | 80 }; |
80 | 81 |
81 typedef struct charset_conversion_spec_dynarr_type | 82 typedef struct |
82 { | 83 { |
83 Dynarr_declare (struct charset_conversion_spec); | 84 Dynarr_declare (charset_conversion_spec); |
84 } charset_conversion_spec_dynarr; | 85 } charset_conversion_spec_dynarr; |
85 | 86 |
86 struct Lisp_Coding_System | 87 struct Lisp_Coding_System |
87 { | 88 { |
88 struct lcrecord_header header; | 89 struct lcrecord_header header; |