summaryrefslogtreecommitdiff
path: root/checker/include
diff options
context:
space:
mode:
Diffstat (limited to 'checker/include')
-rw-r--r--checker/include3
1 files changed, 1 insertions, 2 deletions
diff --git a/checker/include b/checker/include
index 6bea3c91..da034635 100644
--- a/checker/include
+++ b/checker/include
@@ -13,7 +13,6 @@
#directory "kernel";;
#directory "checker";;
#directory "+threads";;
-#directory "+camlp4";;
#directory "+camlp5";;
#load "unix.cma";;
@@ -116,7 +115,7 @@ let prsub s =
#install_printer prsub;;*)
Checker.init_with_argv [|"";"-coqlib";"."|];;
-Flags.make_silent false;;
+Flags.quiet := false;;
Flags.debug := true;;
Sys.catch_break true;;