Skip to content

Commit

Permalink
CP-49045: replace all uses of ocamlyacc with menhir which is thread-safe
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok committed Apr 29, 2024
1 parent 18dea0e commit 041f898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ocaml/database/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ocamllex db_filter_lex)

(ocamlyacc db_filter_parse)
(menhir (modules db_filter_parse))

(library
(name xapi_schema)
Expand Down
2 changes: 1 addition & 1 deletion ocaml/xenopsd/cli/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ocamlyacc xn_cfg_parser)
(menhir (modules xn_cfg_parser))
(ocamllex xn_cfg_lexer)

(executable
Expand Down

0 comments on commit 041f898

Please sign in to comment.