uninst error
This commit is contained in:
parent
4098b9b964
commit
ebb239b233
5
os/pl-error.c
Normal file → Executable file
5
os/pl-error.c
Normal file → Executable file
@ -204,6 +204,11 @@ PL_instantiation_error(term_t actual)
|
||||
{ return PL_error(NULL, 0, NULL, ERR_INSTANTIATION);
|
||||
}
|
||||
|
||||
int
|
||||
PL_uninstantiation_error(term_t actual)
|
||||
{ return PL_error(NULL, 0, NULL, ERR_UNINSTANTIATION, 0, actual);
|
||||
}
|
||||
|
||||
int
|
||||
PL_representation_error(const char *resource)
|
||||
{ atom_t r = PL_new_atom(resource);
|
||||
|
Reference in New Issue
Block a user