diff options
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/coq.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ide/coq.ml b/ide/coq.ml index c6aad9ffab..47fae64eaa 100644 --- a/ide/coq.ml +++ b/ide/coq.ml @@ -424,6 +424,8 @@ let interp_with_options verbosely options s = prerr_endline s; let pa = Pcoq.Gram.parsable (Stream.of_string s) in let pe = Pcoq.Gram.Entry.parse Pcoq.main_entry pa in + (* Temporary hack to make coqide.byte work (WTF???) *) + Pervasives.prerr_endline ""; match pe with | None -> assert false | Some((loc,vernac) as last) -> |
