aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
authorgareuselesinge2013-08-08 18:52:17 +0000
committergareuselesinge2013-08-08 18:52:17 +0000
commitb213bae73ca927874275a896482246b2ee761b7b (patch)
tree5320ce95e65b3474ba7a43a43ba1d49c21216310 /intf
parenta936e9ae133f103ed9f781a7aa363c0006a2f178 (diff)
Support Proof General
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16678 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'intf')
-rw-r--r--intf/vernacexpr.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli
index 2f8ab38133..9a26668cd0 100644
--- a/intf/vernacexpr.mli
+++ b/intf/vernacexpr.mli
@@ -222,6 +222,7 @@ type 'a stm_vernac =
| Finish
| Observe of Stateid.state_id
| Command of 'a (* An out of flow command not to be recorded by Stm *)
+ | PGLast of 'a (* To ease the life of PG *)
(** {6 Types concerning the module layer} *)