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
975ddbf5
Commit
975ddbf5
authored
Aug 11, 2000
by
Kenichi Handa
Browse files
(struct ccl_program): New member multibyte.
parent
7a837c89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/ccl.h
src/ccl.h
+3
-2
No files found.
src/ccl.h
View file @
975ddbf5
...
...
@@ -42,8 +42,8 @@ struct ccl_program {
condition flag of relational
operations. */
int
private_state
;
/* CCL instruction may use this
for private use, mainly for
preservation
internal states
for
suspending.
for private use, mainly for
saving
internal states
on
suspending.
This variable is set to 0 when ccl is
set up. */
int
last_block
;
/* Set to 1 while processing the last
...
...
@@ -57,6 +57,7 @@ struct ccl_program {
encoding by a coding system, set to
the eol_type of the coding
system. */
int
multibyte
;
/* 1 if the source text is multibyte. */
};
/* This data type is used for the spec field of the structure
...
...
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