Skip to content

Commit

Permalink
Fix magic number for OCaml 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Heuzard authored and pitag-ha committed Feb 9, 2024
1 parent eea63f4 commit e05f6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astlib/ast_502.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,6 @@ module Parsetree = struct
end

module Config = struct
let ast_impl_magic_number = "Caml1999M033"
let ast_intf_magic_number = "Caml1999N033"
let ast_impl_magic_number = "Caml1999M034"
let ast_intf_magic_number = "Caml1999N034"
end

0 comments on commit e05f6cb

Please sign in to comment.