Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Nov 3, 2024
1 parent 9c129ab commit 041b4e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vendored-omp/src/caml_format_doc.cppo.ml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,11 @@ module Driver = struct
output_formatting_lit ppf f;
| Acc_formatting_gen (p, Acc_open_tag acc') ->
output_acc ppf p;
#if OCAML_VERSION >= (4,08,0)
pp_open_stag ppf (Format.String_tag (compute_tag output_acc acc'))
#else
pp_open_stag ppf (compute_tag output_acc acc')
#endif
| Acc_formatting_gen (p, Acc_open_box acc') ->
output_acc ppf p;
let (indent, bty) =
Expand Down

0 comments on commit 041b4e4

Please sign in to comment.