make header scanning default

This commit is contained in:
Vítor Santos Costa 2014-12-15 08:54:23 +00:00
parent bad29b415d
commit c2ea3b1cd2
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* *
* YAP Prolog *
* *
* Yap Prolog was developed at NCCUP - Universidade do Porto *
* Yap Prolog was developed at NCCUP - Universidade do Porto *
* *
* Copyright L.Damas, V.S.Costa and Universidade do Porto 1985-1997 *
* *
@ -211,7 +211,7 @@ load_files(Files,Opts) :-
'$lf_option'(qcompile, 7, Current) :-
'$nb_getval'('$qcompile', Current, Current = never).
'$lf_option'(silent, 8, _).
'$lf_option'(skip_unix_header, 9, false).
'$lf_option'(skip_unix_header, 9, true).
'$lf_option'(compilation_mode, 10, Flag) :-
'$access_yap_flags'(11,YF),
( YF == 0 -> Flag = compact ; Flag = source ).