aboutsummaryrefslogtreecommitdiff
path: root/API
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-07-31 14:22:48 +0200
committerEmilio Jesus Gallego Arias2017-08-29 17:39:40 +0200
commitcc58638a8d33084c5c9f85ab4d536307da2d7929 (patch)
tree5b12f123aea95ae02d1f18d8c3226ec2892d001f /API
parent73d577c2d959de975415f2807df6a22fa392d335 (diff)
[vernac] Store Infix Modifier in Vernac Notation.
This removes a dependency from `G_vernac` to `Metasyntax`.
Diffstat (limited to 'API')
-rw-r--r--API/API.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/API/API.mli b/API/API.mli
index d1774afe54..3b2dc5a679 100644
--- a/API/API.mli
+++ b/API/API.mli
@@ -3799,7 +3799,7 @@ sig
| VernacTimeout of int * vernac_expr
| VernacFail of vernac_expr
| VernacSyntaxExtension of
- obsolete_locality * (lstring * syntax_modifier list)
+ bool * obsolete_locality * (lstring * syntax_modifier list)
| VernacOpenCloseScope of obsolete_locality * (bool * scope_name)
| VernacDelimiters of scope_name * string option
| VernacBindScope of scope_name * class_rawexpr list