Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Nov 3, 2024
1 parent 2f25615 commit 687a95a
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 @@ -38,7 +38,12 @@ module Doc = struct
| With_size of int
| Open_box of { kind: box_type ; indent:int }
| Close_box
| Open_tag of Format.stag
| Open_tag of
#if OCAML_VERSION >= (4,08,0)
Format.stag
#else
Format.tag
#endif
| Close_tag
| Open_tbox
| Tab_break of { width : int; offset : int }
Expand Down

0 comments on commit 687a95a

Please sign in to comment.