fix EX: it cannot be a term and it should be a placeholder for BallTerm,
so the twp can never be alive at the same time.
This commit is contained in:
@@ -2444,7 +2444,7 @@ PL_exception(qid_t q)
|
||||
X_API void
|
||||
PL_clear_exception(void)
|
||||
{
|
||||
EX = 0L;
|
||||
EX = NULL;
|
||||
}
|
||||
|
||||
X_API int
|
||||
|
Reference in New Issue
Block a user