aboutsummaryrefslogtreecommitdiff
path: root/API/API.mli
diff options
context:
space:
mode:
authorMaxime Dénès2017-12-29 13:41:29 +0100
committerMaxime Dénès2017-12-29 13:41:29 +0100
commitc0e5746e6b273eb4592d24867da55dde40b656c9 (patch)
treef19c8de545f461a7cf8abfbbd7747e8020a9b8a0 /API/API.mli
parent7e319ad03aba413f3165b848eaf821b364f9291b (diff)
parented09ae7a473a99c914f2af64d3387d9190e85849 (diff)
Merge PR #6433: [flags] Move global time flag into an attribute.
Diffstat (limited to 'API/API.mli')
-rw-r--r--API/API.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/API/API.mli b/API/API.mli
index def60ec267..1d0c32273a 100644
--- a/API/API.mli
+++ b/API/API.mli
@@ -4298,7 +4298,7 @@ sig
type vernac_control =
| VernacExpr of vernac_expr
(* Control *)
- | VernacTime of vernac_control Loc.located
+ | VernacTime of bool * vernac_control Loc.located
| VernacRedirect of string * vernac_control Loc.located
| VernacTimeout of int * vernac_control
| VernacFail of vernac_control