Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CertiCompil
CompCert-IntrinSec
Commits
6903cff1
Commit
6903cff1
authored
Jul 30, 2020
by
Christoph Cullmann
Browse files
Add missing comment for print_version_file_and_exit
parent
338509ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
driver/CommonOptions.ml
View file @
6903cff1
...
...
@@ -32,6 +32,7 @@ let version_file_string tool_name =
else
Printf
.
sprintf
"The CompCert %s,
\n
version %s
\n
"
tool_name
Version
.
version
(* Print the version string to a file and exit the program *)
let
print_version_file_and_exit
tool_name
file
=
let
oc
=
open_out_bin
file
in
output_string
oc
(
version_file_string
tool_name
);
...
...
Write
Preview
Supports
Markdown
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