summaryrefslogtreecommitdiff
path: root/src/coding.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1998-09-18 13:10:40 +0000
committerKenichi Handa <handa@m17n.org>1998-09-18 13:10:40 +0000
commit1ee0bc0950819fbe4e88b4918b45f53f93f9e7f4 (patch)
tree60a97cfe94e606a7e23644b956d49b53b95d4a7a /src/coding.h
parent115db33eb5c6c085401dbf7f6bccd14db7058e1d (diff)
downloademacs-1ee0bc0950819fbe4e88b4918b45f53f93f9e7f4.tar.gz
(CODING_FINISH_INTERRUPT): New macro.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h1
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
#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. */