Guest User

Untitled

a guest
Feb 18th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. diff --git a/ocamlbuild/flags.ml b/ocamlbuild/flags.ml
  2. index c776953..89cecd7 100644
  3. --- a/ocamlbuild/flags.ml
  4. +++ b/ocamlbuild/flags.ml
  5. @@ -27,6 +27,7 @@ let tags_of_decl { tags; _ } = tags
  6. let all_decls = ref []
  7.  
  8. let of_tags matched_tags =
  9. + Param_tags.init ();
  10. S begin
  11. List.fold_left begin fun acc { tags; flags; _ } ->
  12. if Tags.does_match matched_tags tags then flags :: acc
Add Comment
Please, Sign In to add comment