Skip to content

Commit

Permalink
fix(vendored-omp): open Stdlib0
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Feb 11, 2024
1 parent f32f244 commit 7c1b552
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 0 deletions.
Binary file removed src/vendored-omp/src/ast_51.cmi
Binary file not shown.
Binary file removed src/vendored-omp/src/ast_51.cmo
Binary file not shown.
Binary file removed src/vendored-omp/src/ast_52.cmi
Binary file not shown.
Binary file removed src/vendored-omp/src/ast_52.cmo
Binary file not shown.
1 change: 1 addition & 0 deletions src/vendored-omp/src/migrate_parsetree_51_52_migrate.ml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
open Stdlib0
module From = Ast_51
module To = Ast_52
let rec copy_out_type_extension :
Expand Down
1 change: 1 addition & 0 deletions src/vendored-omp/src/migrate_parsetree_52_51_migrate.ml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
open Stdlib0
module From = Ast_52
module To = Ast_51
let rec copy_out_type_extension :
Expand Down

0 comments on commit 7c1b552

Please sign in to comment.