From 6af0706a64f490bea919c39e4a91e09f85c24e23 Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 19 May 2010 15:29:30 +0000 Subject: 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 --- lib/compat.ml4 | 4 +--- lib/refutpat.ml4 | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3