make header scanning default
This commit is contained in:
parent
bad29b415d
commit
c2ea3b1cd2
@ -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 ).
|
||||
|
Reference in New Issue
Block a user