Skip to content

Commit

Permalink
fix magic numbers for 5.0 (#2671)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored Jul 9, 2022
1 parent c60801c commit 3f90924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vendored-omp/src/ast_500.ml
Original file line number Diff line number Diff line change
Expand Up @@ -4164,8 +4164,8 @@ module Outcometree = struct
| Ophr_exception of (exn * out_value)
end
module Config = struct
let ast_impl_magic_number = "Caml1999M031"
let ast_intf_magic_number = "Caml1999N031"
let ast_impl_magic_number = "Caml1999M032"
let ast_intf_magic_number = "Caml1999N032"
end


Expand Down

0 comments on commit 3f90924

Please sign in to comment.