diff options
| author | Maxime Dénès | 2017-07-19 15:31:29 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-07-19 15:31:29 +0200 |
| commit | e273ff57ef82e81ab6b6309584a7d496ae4659c1 (patch) | |
| tree | 19dc62a48763943e7de049ee3aab515503038339 /plugins/omega | |
| parent | 28b3bfd84718e5b29f8e3452fcfe22b19e9910dd (diff) | |
| parent | 6be0e422de395dbdeebb6c481511eb49945eeca8 (diff) | |
Merge PR #788: [API] Remove `open API` in ml files in favor of `-open API` flag.
Diffstat (limited to 'plugins/omega')
| -rw-r--r-- | plugins/omega/coq_omega.ml | 1 | ||||
| -rw-r--r-- | plugins/omega/g_omega.ml4 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/omega/coq_omega.ml b/plugins/omega/coq_omega.ml index 3badb92f59..d07b2e0b45 100644 --- a/plugins/omega/coq_omega.ml +++ b/plugins/omega/coq_omega.ml @@ -13,7 +13,6 @@ (* *) (**************************************************************************) -open API open CErrors open Util open Names diff --git a/plugins/omega/g_omega.ml4 b/plugins/omega/g_omega.ml4 index 8d24027d88..735af6babc 100644 --- a/plugins/omega/g_omega.ml4 +++ b/plugins/omega/g_omega.ml4 @@ -15,7 +15,6 @@ (*i camlp4deps: "grammar/grammar.cma" i*) -open API DECLARE PLUGIN "omega_plugin" |
