Mercurial > emacs
changeset 23278:bad51ca51df3
(CODING_FINISH_INTERRUPT): New macro.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 18 Sep 1998 13:10:40 +0000 |
parents | 99892dbdb774 |
children | ca159e828a68 |
files | src/coding.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.h Fri Sep 18 09:41:31 1998 +0000 +++ b/src/coding.h Fri Sep 18 13:10:40 1998 +0000 @@ -282,6 +282,7 @@ #define CODING_FINISH_INSUFFICIENT_SRC 1 #define CODING_FINISH_INSUFFICIENT_DST 2 #define CODING_FINISH_INCONSISTENT_EOL 3 +#define CODING_FINISH_INTERRUPT 4 /* Macros used for the member `mode' of the struct coding_system. */