Skip to content
Snippets Groups Projects
Commit c8d7d05d authored by David Bühler's avatar David Bühler
Browse files

[Eva] Fixes the parameters name in the message of -eva-builtins-list.

parent 3e28c784
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ exception Invalid_nb_of_args of int ...@@ -27,7 +27,7 @@ exception Invalid_nb_of_args of int
(* 'Always' means the builtin will always be used to replace a function (* 'Always' means the builtin will always be used to replace a function
with its name. 'OnAuto' means that the function will be replaced only with its name. 'OnAuto' means that the function will be replaced only
if -val-builtins-auto is set. *) if -eva-builtins-auto is set. *)
type use_builtin = Always | OnAuto type use_builtin = Always | OnAuto
(* Table of all registered builtins; filled by [register_builtin] calls. *) (* Table of all registered builtins; filled by [register_builtin] calls. *)
...@@ -83,7 +83,7 @@ let () = ...@@ -83,7 +83,7 @@ let () =
Log.print_on_output Log.print_on_output
(fun fmt -> (fun fmt ->
Format.fprintf fmt "@[*** LIST OF EVA BUILTINS@\n@\n\ Format.fprintf fmt "@[*** LIST OF EVA BUILTINS@\n@\n\
** Replacements set by -val-builtins-auto:\ ** Replacements set -eva-builtins-auto:\
@\n unless otherwise specified, \ @\n unless otherwise specified, \
function <f> is replaced by builtin \ function <f> is replaced by builtin \
Frama_C_<f>:@\n@\n @[%a@]@]@\n" Frama_C_<f>:@\n@\n @[%a@]@]@\n"
...@@ -97,7 +97,7 @@ let () = ...@@ -97,7 +97,7 @@ let () =
Log.print_on_output Log.print_on_output
(fun fmt -> (fun fmt ->
Format.fprintf fmt "@\n@[** Full list of builtins \ Format.fprintf fmt "@\n@[** Full list of builtins \
(configurable via -val-builtin):@\n\ (configurable via -eva-builtin):@\n\
@\n @[%a@]@]@\n" @\n @[%a@]@]@\n"
(Pretty_utils.pp_list ~sep:",@ " (Pretty_utils.pp_list ~sep:",@ "
Format.pp_print_string) stand_alone); Format.pp_print_string) stand_alone);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment