diff options
| author | Emilio Jesus Gallego Arias | 2017-12-15 04:15:55 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-12-23 19:30:17 +0100 |
| commit | ed09ae7a473a99c914f2af64d3387d9190e85849 (patch) | |
| tree | e5b51993dc0602eb1fa985d293d82c03d286ec86 /API | |
| parent | dea75d74c222c25f6aa6c38506ac7a51b339e9c6 (diff) | |
[flags] Move global time flag into an attribute.
One less global flag.
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 24a99d57f6..892c05b64d 100644 --- a/API/API.mli +++ b/API/API.mli @@ -4294,7 +4294,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 |
