Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7a1dd8de
Commit
7a1dd8de
authored
Mar 10, 2008
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(struct ccl_program): New member quit_silently.
parent
3796e315
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/ccl.h
src/ccl.h
+3
-0
No files found.
src/ccl.h
View file @
7a1dd8de
...
@@ -76,6 +76,9 @@ struct ccl_program {
...
@@ -76,6 +76,9 @@ struct ccl_program {
CCL_WRITE_CHAR. After execution,
CCL_WRITE_CHAR. After execution,
if no such byte is written, set
if no such byte is written, set
this value to zero. */
this value to zero. */
int
quit_silently
;
/* If nonzero, don't append "CCL:
Quitted" to the generated text when
CCL program is quitted. */
};
};
/* This data type is used for the spec field of the structure
/* 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