fix thread complaints.

This commit is contained in:
Vitor Santos Costa 2009-03-26 00:39:57 +00:00
parent 8a0b7312e4
commit 0d64daa393

View File

@ -3,9 +3,7 @@
#define THREADS_H 1
#ifdef THREADS
typedef struct{
typedef struct thread_attr_struct {
UInt ssize;
UInt tsize;
UInt sysize;
@ -13,6 +11,8 @@ typedef struct{
Term egoal;
} thread_attr;
#ifdef THREADS
Int STD_PROTO(Yap_thread_self,(void));
int STD_PROTO(Yap_get_thread_ref_count,(int));
void STD_PROTO(Yap_set_thread_ref_count,(int,int));