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 /printing | |
| parent | dea75d74c222c25f6aa6c38506ac7a51b339e9c6 (diff) | |
[flags] Move global time flag into an attribute.
One less global flag.
Diffstat (limited to 'printing')
| -rw-r--r-- | printing/ppvernac.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/ppvernac.ml b/printing/ppvernac.ml index 418d4a0b8f..e88284fb1c 100644 --- a/printing/ppvernac.ml +++ b/printing/ppvernac.ml @@ -1223,7 +1223,7 @@ open Decl_kinds let return = tag_vernac v in match v with | VernacExpr v' -> pr_vernac_expr v' ++ sep_end v' - | VernacTime (_,v) -> + | VernacTime (_,(_,v)) -> return (keyword "Time" ++ spc() ++ pr_vernac_control v) | VernacRedirect (s, (_,v)) -> return (keyword "Redirect" ++ spc() ++ qs s ++ spc() ++ pr_vernac_control v) |
