aboutsummaryrefslogtreecommitdiff
path: root/ide/command_windows.ml
diff options
context:
space:
mode:
authorvgross2010-03-23 16:26:18 +0000
committervgross2010-03-23 16:26:18 +0000
commitba124d6092143b3e76ec02aaf0b985eb50ad5e20 (patch)
tree62d2ab42622a59f5fd1c4cd89e3f80ec50485838 /ide/command_windows.ml
parent4139b04506f80f5f7acddbe9df7027f4b5d0dc8a (diff)
Changing types to reflect futur separation between toplevel and ide.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12880 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/command_windows.ml')
-rw-r--r--ide/command_windows.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/command_windows.ml b/ide/command_windows.ml
index ee07b3fb81..f6ef42221c 100644
--- a/ide/command_windows.ml
+++ b/ide/command_windows.ml
@@ -106,7 +106,7 @@ object(self)
then com ^ " " else com ^ " " ^ entry#text ^" . "
in
try
- ignore(Coq.interp false phrase);
+ ignore(Coq.interp Coq.dummy_coqtop false phrase);
result#buffer#set_text
("Result for command " ^ phrase ^ ":\n" ^ Ideutils.read_stdout ())
with e ->