aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-06 18:38:16 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-06 18:38:16 +0000
commit1b11ecf904ff8c634dd9b98de082d911b327d193 (patch)
tree4a81cad0e6c01d2a5968b924758b255cfb623b42 /contrib
parentcb7fceecdf1da0e0e028a5d089be67f8994575c4 (diff)
Bug identarg au lieu de qualidarg
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1075 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib')
-rw-r--r--contrib/xml/Xml.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml/Xml.v b/contrib/xml/Xml.v
index 5753363bd..adf195d94 100644
--- a/contrib/xml/Xml.v
+++ b/contrib/xml/Xml.v
@@ -14,7 +14,7 @@ Grammar vernac vernac : ast :=
xml_print [ "Print" "XML" tactic:qualidarg($id) "." ] ->
[(Print $id)]
-| xml_print_file [ "Print" "XML" "File" stringarg($fn) identarg($id) "." ] ->
+| xml_print_file [ "Print" "XML" "File" stringarg($fn) tactic:qualidarg($id) "." ] ->
[(Print $id $fn)]
| xml_show [ "Show" "XML" "Proof" "." ] ->