aboutsummaryrefslogtreecommitdiff
path: root/ide/coq.ml
diff options
context:
space:
mode:
authormonate2003-02-27 19:14:54 +0000
committermonate2003-02-27 19:14:54 +0000
commitee38a6c24d96f1bcf47409ee6fa5914ff62dec4c (patch)
tree12307eb5f04bdded04c1d6cee98e38b7a9deb054 /ide/coq.ml
parent5e1553e0ad93beb979027b3fd8aed747a1256bd9 (diff)
coqide updates: copy/paste enhanced. Optimizing coqide on very large inputs. Contextual colorization. Synchronization problems solved.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3719 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coq.ml')
-rw-r--r--ide/coq.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coq.ml b/ide/coq.ml
index 8e74b6d096..3a6b729ce1 100644
--- a/ide/coq.ml
+++ b/ide/coq.ml
@@ -75,7 +75,7 @@ let print_toplevel_error exc =
let (loc,exc) =
match exc with
| Stdpp.Exc_located (loc, ie) -> (Some loc),ie
- | Error_in_file (s, (fname, loc), ie) -> assert false
+ | Error_in_file (s, (fname, loc), ie) -> None, ie
| _ -> dloc,exc
in
match exc with