fix atom garbage collector (although it is still off by default)

make valgrind feel better


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1797 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2007-02-18 00:26:36 +00:00
parent a32d5dbe5f
commit 400b1958b2
13 changed files with 469 additions and 388 deletions

View File

@@ -2148,7 +2148,7 @@ p_compile_array_refs(void)
static Int
p_array_refs_compiled(void)
{
return (compile_arrays);
return compile_arrays;
}
static Int