aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/xml
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-29 11:09:25 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-29 11:09:25 +0000
commit463e46425b56360a158b44c61208060c64eb2ff5 (patch)
tree7e55457a3aaa07032f8afb8528d027cac26245f4 /plugins/xml
parent51efb80ac1699a27e0003349bb766a430fbaf86a (diff)
place all files specific to camlp4 syntax extensions in grammar/
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15387 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins/xml')
-rw-r--r--plugins/xml/dumptree.ml42
-rw-r--r--plugins/xml/xmlentries.ml42
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/xml/dumptree.ml4 b/plugins/xml/dumptree.ml4
index 8415bbd10..d0b694d97 100644
--- a/plugins/xml/dumptree.ml4
+++ b/plugins/xml/dumptree.ml4
@@ -11,7 +11,7 @@
(** Contributed by Cezary Kaliszyk, Radboud University Nijmegen *)
-(*i camlp4deps: "parsing/grammar.cma" i*)
+(*i camlp4deps: "grammar/grammar.cma" i*)
open Tacexpr;;
open Decl_mode;;
open Printer;;
diff --git a/plugins/xml/xmlentries.ml4 b/plugins/xml/xmlentries.ml4
index d65a1bd33..597190d3e 100644
--- a/plugins/xml/xmlentries.ml4
+++ b/plugins/xml/xmlentries.ml4
@@ -12,7 +12,7 @@
(* http://helm.cs.unibo.it *)
(************************************************************************)
-(*i camlp4deps: "parsing/grammar.cma" i*)
+(*i camlp4deps: "grammar/grammar.cma" i*)
open Util;;
open Vernacinterp;;