fix array handling of DBRefs

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1083 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2004-06-18 16:35:18 +00:00
parent 0b40851d2d
commit 34ea2e6905
3 changed files with 19 additions and 10 deletions

View File

@@ -365,7 +365,7 @@ atom_gc(void)
agc_calls++;
agc_collected = 0;
if (gc_trace) {
fprintf(Yap_stderr, "[agc]\n");
fprintf(Yap_stderr, "AGC]\n");
} else if (gc_verbose) {
fprintf(Yap_stderr, "[AGC] Start of atom garbage collection %d:\n", agc_calls);
}