EX changes

This commit is contained in:
Vitor Santos Costa
2010-07-27 23:29:55 +01:00
parent 07907f1839
commit 5cd55b0e0e
3 changed files with 16 additions and 13 deletions

View File

@@ -2839,7 +2839,7 @@ YAP_ThreadSelf(void)
#if THREADS
return Yap_thread_self();
#else
return NULL;
return -2;
#endif
}