module with all attrs voided is module with no atts.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1495 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
68164fff7b
commit
bde8a59cec
@ -765,7 +765,7 @@ p_get_all_atts(void) {
|
||||
static int
|
||||
ActiveAtt(Term tatt, UInt ar)
|
||||
{
|
||||
CELL *cp = RepAppl(tatt);
|
||||
CELL *cp = RepAppl(tatt)+1;
|
||||
UInt i;
|
||||
|
||||
for (i = 1; i < ar; i++) {
|
||||
|
Reference in New Issue
Block a user