diff options
author | filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7> | 1999-12-13 13:42:04 +0000 |
---|---|---|
committer | filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7> | 1999-12-13 13:42:04 +0000 |
commit | decb8c16274487ce3cac1e7d5de529b46b6d68e3 (patch) | |
tree | 02a41980403e4c3fbeab8259a95ea14ba1b80e65 /toplevel | |
parent | 7dfacfe208a9fa5ad5f7669537c54609b4adf51e (diff) |
- méthode load sur les Hints
- CAST pris en compte dans Astterm
- Coercin.lookup_path_to_sort_from protégé par un try/with
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@248 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel')
-rw-r--r-- | toplevel/coqtop.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/coqtop.ml b/toplevel/coqtop.ml index 3de2b086f..1c41fe103 100644 --- a/toplevel/coqtop.ml +++ b/toplevel/coqtop.ml @@ -159,7 +159,7 @@ let start () = Lib.init(); try parse_args (); - print_header (); + if is_verbose() then print_header (); init_load_path (); inputstate (); load_vernac_obj (); |