iimprove SWI compat

This commit is contained in:
Vítor Santos Costa
2011-03-15 23:49:28 +00:00
parent 8421af32e8
commit 36a0023fbf
22 changed files with 80 additions and 3139 deletions

View File

@@ -301,6 +301,9 @@ putenv(Na,Val) :-
getenv(Na,Val) :-
'$getenv'(Na,Val).
setenv(Na,Val) :-
'$putenv'(Na,Val).
%%% Saving and restoring a computation
save(A) :- save(A,_).