fixes for threads to compile and boot.

This commit is contained in:
Vitor Santos Costa
2009-03-24 13:27:36 +00:00
parent 0391b3ce25
commit 4b65b063ca
4 changed files with 41 additions and 31 deletions

View File

@@ -1,3 +1,10 @@
#ifndef THREADS_H
#define THREADS_H 1
#ifdef THREADS
typedef struct{
UInt ssize;
UInt tsize;
@@ -14,3 +21,6 @@ Int STD_PROTO(Yap_thread_attach_engine,(int));
Int STD_PROTO(Yap_thread_detach_engine,(int));
Int STD_PROTO(Yap_thread_destroy_engine,(int));
#endif
#endif