Skip to content
Snippets Groups Projects
Commit f0256785 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[Kernel] remove obsolete semantic tags

parent f57b3d0a
No related branches found
No related tags found
No related merge requests found
...@@ -526,7 +526,7 @@ let build_cpp_cmd = function ...@@ -526,7 +526,7 @@ let build_cpp_cmd = function
in in
let cpp_command = replace_in_cpp_cmd cmdl supp_args (f:>string) (ppf:>string) in let cpp_command = replace_in_cpp_cmd cmdl supp_args (f:>string) (ppf:>string) in
Kernel.feedback ~dkey:Kernel.dkey_pp Kernel.feedback ~dkey:Kernel.dkey_pp
"@{<i>preprocessing@} with \"%s\"" "preprocessing with \"%s\""
cpp_command; cpp_command;
Some (cpp_command, ppf, supp_args) Some (cpp_command, ppf, supp_args)
......
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