Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a137bb00
Commit
a137bb00
authored
Mar 30, 1998
by
Kenichi Handa
Browse files
(struct coding_system): Comment for the member
heading_ascii modified.
parent
12fccb85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/coding.h
src/coding.h
+4
-3
No files found.
src/coding.h
View file @
a137bb00
...
...
@@ -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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment