fix argv && os_argv

This commit is contained in:
Vítor Santos Costa 2014-10-26 17:39:13 +00:00
parent fca75670bc
commit 9cd2975532

View File

@ -220,6 +220,7 @@ save_program(File, _Goal) :-
'$x_yap_flag'(X, V) :-
yap_flag(X, V),
X \= gc_margin, % different machines will have different needs,
X \= argv,
X \= os_argv,
X \= language,
X \= max_threads,