This commit is contained in:
Vitor Santos Costa
2019-03-12 10:51:39 +00:00
parent 9378622d42
commit 4afbc4461c
24 changed files with 324 additions and 280 deletions

View File

@@ -142,7 +142,7 @@ static void init_globals(YAP_init_args *yap_init) {
}
if (yap_init->QuietMode) {
setVerbosity(TermSilent);
setBooleanLocalPrologFlag(VERBOSE_LOAD_FLAG, TermFalse);
}
}