diff options
Diffstat (limited to 'API')
| -rw-r--r-- | API/API.mli | 2 |
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 |
