diff options
| author | gareuselesinge | 2013-11-05 16:02:44 +0000 |
|---|---|---|
| committer | gareuselesinge | 2013-11-05 16:02:44 +0000 |
| commit | ca940a5ed0fa202931949010dd0814c79a6b996d (patch) | |
| tree | 8b894d1858aef9937408bfd78f53fa45ecb52a08 /intf | |
| parent | 6fea2f181221155535fdd86f67ae10077876ca6d (diff) | |
STM: fix for PG and "Proof term" lines.
PG sends "Set Silent" and it was messing up the DAG, making the
detection of an immediate proof not working.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@17061 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/vernacexpr.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli index 8bf65d0445..d1ed1d4abb 100644 --- a/intf/vernacexpr.mli +++ b/intf/vernacexpr.mli @@ -452,6 +452,7 @@ and vernac_control = | VtPrintDag | VtObserve of Stateid.t | VtBack of Stateid.t + | VtPG type vernac_when = | VtNow | VtLater |
