diff options
| author | letouzey | 2010-05-19 15:29:30 +0000 |
|---|---|---|
| committer | letouzey | 2010-05-19 15:29:30 +0000 |
| commit | 6af0706a64f490bea919c39e4a91e09f85c24e23 (patch) | |
| tree | b5ff5d76fb6adee385c7cb729a0fe93c0a0750ed /lib | |
| parent | 0270ae316d7e9d6ddb060383d24d852c54f067d6 (diff) | |
static (and shared) camlp4use instead of per-file declaration
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13016 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/compat.ml4 | 4 | ||||
| -rw-r--r-- | lib/refutpat.ml4 | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/lib/compat.ml4 b/lib/compat.ml4 index 4ec4d915cd..5ed8d7a546 100644 --- a/lib/compat.ml4 +++ b/lib/compat.ml4 @@ -6,9 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i camlp4use: "pa_macro.cmo" i*) - -(* Compatibility file depending on ocaml version *) +(** Compatibility file depending on ocaml/camlp4 version *) IFDEF CAMLP5 THEN diff --git a/lib/refutpat.ml4 b/lib/refutpat.ml4 index 7c6801a8b9..ef28019416 100644 --- a/lib/refutpat.ml4 +++ b/lib/refutpat.ml4 @@ -6,8 +6,6 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i camlp4use: "pa_extend.cmo q_MLast.cmo" i*) - open Pcaml (** * Non-irrefutable patterns |
