diff options
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 |
