Skip to content

Commit

Permalink
stag for 4.08+
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Nov 3, 2024
1 parent 17efd06 commit 2f25615
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/vendored-omp/src/caml_format_doc.cppo.ml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ module Doc = struct
| HoV
| B

type stag = Format.stag
type stag =
#if OCAML_VERSION >= (4,08,0)
Format.stag
#else
Format.tag
#endif

type element =
| Text of string
Expand Down

0 comments on commit 2f25615

Please sign in to comment.