Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support 4.12 #107

Merged
merged 14 commits into from
Oct 21, 2020
Prev Previous commit
Next Next commit
copy magic numbers
Signed-off-by: Carl Eastlund <[email protected]>
  • Loading branch information
ceastlund committed Oct 19, 2020
commit 6c6dde534337c649f87511238af26324aa667430
4 changes: 2 additions & 2 deletions src/ast_412.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,6 @@ module Parsetree = struct
end

module Config = struct
let ast_impl_magic_number = "Caml1999M028"
let ast_intf_magic_number = "Caml1999N028"
let ast_impl_magic_number = "Caml1999M027"
ceastlund marked this conversation as resolved.
Show resolved Hide resolved
let ast_intf_magic_number = "Caml1999N027"
end