diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index f1a950d8533..46997e9f816 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -282,6 +282,7 @@ enum coding_type | |||
| 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 | ||