diff options
| author | barras | 2009-03-06 21:40:38 +0000 |
|---|---|---|
| committer | barras | 2009-03-06 21:40:38 +0000 |
| commit | 47ac37a3098484e3903ac07f3e15477216a57c5d (patch) | |
| tree | bb5703cdc8ad180ee5cc9e5ce8905f44de99ad1a /ide | |
| parent | 04293c47d8f1bffd2c310d4490947d6e696daa0f (diff) | |
fixed groebner as a plugin + pattern matching Timeout
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11967 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/coq.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/coq.ml b/ide/coq.ml index 47fae64eaa..ff75b6c177 100644 --- a/ide/coq.ml +++ b/ide/coq.ml @@ -194,6 +194,7 @@ type command_attribute = let rec attribute_of_vernac_command = function (* Control *) | VernacTime com -> attribute_of_vernac_command com + | VernacTimeout(_,com) -> attribute_of_vernac_command com | VernacList _ -> [] (* unsupported *) | VernacLoad _ -> [] |
