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:
@@ -2148,7 +2148,7 @@ p_compile_array_refs(void)
|
||||
static Int
|
||||
p_array_refs_compiled(void)
|
||||
{
|
||||
return (compile_arrays);
|
||||
return compile_arrays;
|
||||
}
|
||||
|
||||
static Int
|
||||
|
Reference in New Issue
Block a user