diff options
| author | herbelin | 2002-11-29 23:37:05 +0000 |
|---|---|---|
| committer | herbelin | 2002-11-29 23:37:05 +0000 |
| commit | 3da96601446a2bb5a3b9a469ab13306947d4a933 (patch) | |
| tree | 5b6a6d44e791686152751c6a2bf6919f6b2d1234 /contrib/interface | |
| parent | 7264f8df4300014b945294fc21cecb1c4ad07513 (diff) | |
Raffinement syntaxe Infix
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3344 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 57e7189a74..6358a3e598 100644 --- a/contrib/interface/xlate.ml +++ b/contrib/interface/xlate.ml @@ -1932,7 +1932,7 @@ let xlate_vernac = | VernacSyntaxExtension _ -> xlate_error "Syntax Extension not implemented" - | VernacInfix (str_assoc, n, str, id, None) -> + | VernacInfix (str_assoc, n, str, id, false, None) -> CT_infix ( (match str_assoc with | Some Gramext.LeftA -> CT_lefta |
