diff --git a/pl/control.yap b/pl/control.yap index de2882053..37bc79ce7 100644 --- a/pl/control.yap +++ b/pl/control.yap @@ -1,4 +1,4 @@ -g/************************************************************************* +/************************************************************************* * * * YAP Prolog * * * @@ -459,6 +459,9 @@ The goal `garbage_collect` forces a garbage collection. */ garbage_collect :- '$gc'. + + + /** @pred gc @@ -480,6 +483,7 @@ The goal `nogc` disables garbage collection. The same as nogc :- yap_flag(gc,off). + /** @pred garbage_collect_atoms