Mercurial > emacs
comparison src/coding.h @ 23278:bad51ca51df3
(CODING_FINISH_INTERRUPT): New macro.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Fri, 18 Sep 1998 13:10:40 +0000 |
| parents | 6535413fa872 |
| children | 4c5f12c6041c |
comparison
equal
deleted
inserted
replaced
| 23277:99892dbdb774 | 23278:bad51ca51df3 |
|---|---|
| 280 coding_system. */ | 280 coding_system. */ |
| 281 #define CODING_FINISH_NORMAL 0 | 281 #define CODING_FINISH_NORMAL 0 |
| 282 #define CODING_FINISH_INSUFFICIENT_SRC 1 | 282 #define CODING_FINISH_INSUFFICIENT_SRC 1 |
| 283 #define CODING_FINISH_INSUFFICIENT_DST 2 | 283 #define CODING_FINISH_INSUFFICIENT_DST 2 |
| 284 #define CODING_FINISH_INCONSISTENT_EOL 3 | 284 #define CODING_FINISH_INCONSISTENT_EOL 3 |
| 285 #define CODING_FINISH_INTERRUPT 4 | |
| 285 | 286 |
| 286 /* Macros used for the member `mode' of the struct coding_system. */ | 287 /* Macros used for the member `mode' of the struct coding_system. */ |
| 287 | 288 |
| 288 /* If set, recover the original CR or LF of the already decoded text | 289 /* If set, recover the original CR or LF of the already decoded text |
| 289 when the decoding routine encounters an inconsistent eol format. */ | 290 when the decoding routine encounters an inconsistent eol format. */ |
