first take for atom garbage collector.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@513 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-06-04 18:21:55 +00:00
parent d5a459bb08
commit 358714433c
13 changed files with 2096 additions and 1654 deletions

View File

@@ -1,7 +1,7 @@
/* yap2swi.c */
/*
* Project: jpl for Yap Prolog
* Author: Steve Moyle
* Author: Steve Moyle and Vitor Santos Costa
* Email: steve.moyle@comlab.ox.ac.uk
* Date: 21 January 2002
@@ -36,7 +36,8 @@ alloc_ring_buf(void)
YAP: NO EQUIVALENT */
/* dummy function for now (until Vitor comes through!)*/
X_API void PL_agc_hook(void)
X_API PL_agc_hook_t
PL_agc_hook(PL_agc_hook_t entry)
{
}