From 800a019a16b2231275f36463052f0c0375957c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Sun, 5 Oct 2014 23:59:34 +0100 Subject: [PATCH] fix typos --- pl/control.yap | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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