make lcc happy.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@717 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-12-06 20:03:26 +00:00
parent 13e409c659
commit 1db1bb484e
9 changed files with 82 additions and 72 deletions

View File

@@ -343,7 +343,7 @@ clean_atoms(void)
#endif
*patm = at->NextOfAE;
atm = at->NextOfAE;
agc_collected += Yap_SizeOfBlock((char *)at);
agc_collected += Yap_SizeOfBlock((CODEADDR)at);
Yap_FreeCodeSpace((char *)at);
}
}
@@ -362,7 +362,7 @@ clean_atoms(void)
#endif
*patm = at->NextOfAE;
atm = at->NextOfAE;
agc_collected += Yap_SizeOfBlock((char *)at);
agc_collected += Yap_SizeOfBlock((CODEADDR)at);
Yap_FreeCodeSpace((char *)at);
}
}