diff options
| author | herbelin | 2000-11-07 10:47:25 +0000 |
|---|---|---|
| committer | herbelin | 2000-11-07 10:47:25 +0000 |
| commit | c803556c297d40d96e6730ab334b5b7e826f4d77 (patch) | |
| tree | aa118c4bca829b630aef51796fbbc9cf40003c2d /contrib/xml | |
| parent | 30de194fa897bb44858c92dd458041bb2d2df9fe (diff) | |
Changement/extension dans les noms de parseurs de Grammar
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@814 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/xml')
| -rw-r--r-- | contrib/xml/Xml.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml/Xml.v b/contrib/xml/Xml.v index 0c82ae6698..edd50e79de 100644 --- a/contrib/xml/Xml.v +++ b/contrib/xml/Xml.v @@ -10,7 +10,7 @@ Declare ML Module "xml" "xmlcommand" "xmlentries". -Grammar vernac vernac : Ast := +Grammar vernac vernac : ast := xml_print [ "Print" "XML" identarg($id) "." ] -> [(Print $id)] |
