bignum support fixes
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1531 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
:- multifile
|
||||
prolog:message/3.
|
||||
|
||||
:- dynamic
|
||||
prolog:message/3.
|
||||
|
||||
:- multifile
|
||||
user:file_search_path/2.
|
||||
|
||||
|
@@ -1260,7 +1260,7 @@ PL_create_engine(const PL_thread_attr_t *attr)
|
||||
X_API int
|
||||
PL_destroy_engine(PL_engine_t e)
|
||||
{
|
||||
return YAP_ThreadDestroyEngine((int)e);
|
||||
return YAP_ThreadDestroyEngine((YAP_Int)e);
|
||||
}
|
||||
|
||||
X_API int
|
||||
|
Reference in New Issue
Block a user