diff options
| author | herbelin | 2003-09-19 00:00:23 +0000 |
|---|---|---|
| committer | herbelin | 2003-09-19 00:00:23 +0000 |
| commit | e7bef8ffabe48952aea91b49ccaa95e6e9f44d19 (patch) | |
| tree | c5eed417194c98155136506312ac08561b81a904 /contrib/interface | |
| parent | e193e871c678634f55cb79968d28896cf9567e90 (diff) | |
parsing
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4416 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/interface')
| -rw-r--r-- | contrib/interface/xlate.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/interface/xlate.ml b/contrib/interface/xlate.ml index a245a4b635..88e419fa6f 100644 --- a/contrib/interface/xlate.ml +++ b/contrib/interface/xlate.ml @@ -1625,7 +1625,7 @@ let xlate_vernac = | VernacSyntaxExtension _ -> xlate_error "Syntax Extension not implemented" - | VernacInfix (false,str_assoc, n, str, id, false, _, None) -> + | VernacInfix (false,str_assoc, Some n, str, id, false, _, None) -> CT_infix ( (match str_assoc with | Some Gramext.LeftA -> CT_lefta |
