changes to init

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@520 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-06-05 12:54:11 +00:00
parent e7748d6234
commit 34b5917828
1 changed files with 8 additions and 1 deletions

View File

@ -2382,6 +2382,13 @@ a matching @code{catch/3}, or until reaching top-level.
@cnindex garbage_collect/0
The goal @code{garbage_collect} forces a garbage collection.
@item garbage_collect_atoms
@findex garbage_collect_atoms/0
@syindex garbage_collect_atoms/0
@cnindex garbage_collect_atoms/0
The goal @code{garbage_collect} forces a garbage collection of the atoms
in the data-base. Currently, only atoms are recovered.
@item gc
@findex gc/0
@syindex gc/0
@ -4963,7 +4970,7 @@ erased.
If @var{R} refers to a clause or a recorded term, @var{T} is unified
with its most general instance. If @var{R} refers to an unit clause
@var{C}, then @var{T} is unified with @code{@var{C} :- true}. When
@var{R} is not a reference to an existing clause or a recorded term,
@var{R} is not a reference to an existing clause or to a recorded term,
this goal fails.
@item eraseall(+@var{R})