diff options
| author | Emilio Jesus Gallego Arias | 2017-06-14 15:48:08 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-07-17 11:50:41 +0200 |
| commit | 41489a97014ab60b3dcc0f32dfdd10aacc6bcb98 (patch) | |
| tree | 652b04fc8b53d2f590151ec53f4b686f56fc694e /plugins/ssrmatching | |
| parent | 99e84da08f7a38ac70d90d21d644b4a9a4a80c91 (diff) | |
[API] Remove `open API` in ml files in favor of `-open API` flag.
Diffstat (limited to 'plugins/ssrmatching')
| -rw-r--r-- | plugins/ssrmatching/ssrmatching.ml4 | 1 | ||||
| -rw-r--r-- | plugins/ssrmatching/ssrmatching.mli | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/ssrmatching/ssrmatching.ml4 b/plugins/ssrmatching/ssrmatching.ml4 index 7674a8dde6..74519f6c54 100644 --- a/plugins/ssrmatching/ssrmatching.ml4 +++ b/plugins/ssrmatching/ssrmatching.ml4 @@ -8,7 +8,6 @@ (* This file is (C) Copyright 2006-2015 Microsoft Corporation and Inria. *) -open API open Grammar_API (* Defining grammar rules with "xx" in it automatically declares keywords too, diff --git a/plugins/ssrmatching/ssrmatching.mli b/plugins/ssrmatching/ssrmatching.mli index 1853bc35dc..0c09d7bfbf 100644 --- a/plugins/ssrmatching/ssrmatching.mli +++ b/plugins/ssrmatching/ssrmatching.mli @@ -1,7 +1,6 @@ (* (c) Copyright 2006-2015 Microsoft Corporation and Inria. *) (* Distributed under the terms of CeCILL-B. *) -open API open Grammar_API open Goal open Genarg |
