not always throw an error when it is not a variable.

This commit is contained in:
Vitor Santos Costa 2009-05-22 22:35:40 -05:00
parent 9a2dbdcb24
commit 04c419b3b0

View File

@ -723,7 +723,6 @@ p_get_atts(void) {
return FALSE;
}
} else {
Yap_Error(REPRESENTATION_ERROR_VARIABLE,inp,"first argument of get_att/2");
return(FALSE);
}
}