Skip to content

Commit 4a2e7db

Browse files
committed
Adapt to rocq-prover/rocq#17616 (mlg files now require DECLARE PLUGIN)
1 parent f31aa21 commit 4a2e7db

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*.cmo
44
*.cma
55
*.cmi
6+
*.cmt
67
*.a
78
*.o
89
*.cmx

searchdepend.mlg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
(* (see the enclosed LICENSE file for mode details) *)
99
(*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*)
1010

11+
DECLARE PLUGIN "coq-dpdgraph.plugin"
12+
1113
{
1214

1315
open Pp

0 commit comments

Comments
 (0)