aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>1998-03-30 06:00:54 +0000
committerKenichi Handa <[email protected]>1998-03-30 06:00:54 +0000
commita137bb009d91c60aff8a1bed6904f611df4ab847 (patch)
treeda81a9db3c84d9b5d75e498a45a6ff30fac5696c /src/coding.h
parent12fccb8562771042b49373c30782297caf2f4eb4 (diff)
(struct coding_system): Comment for the member
heading_ascii modified.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/coding.h b/src/coding.h
index 1c1e3f798d..617c56ad7e 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -343,9 +343,10 @@ struct coding_system
/* Index number of coding category of the coding system. */
int category_idx;
- /* How may heading bytes we can skip for decoding. This member is
- set by the function detect_coding. The initial value is -1 which
- means detect_coding has not yet been called. */
+ /* How may heading bytes we can skip for decoding. This is set to
+ -1 in setup_coding_system, and updated by detect_coding. So,
+ when this is equal to the byte length of the text being
+ converted, we can skip the actual conversion process. */
int heading_ascii;
/* The following members are set by encoding/decoding routine. */