use SWI flags.

This commit is contained in:
Vitor Santos Costa
2011-03-26 15:18:56 +00:00
parent 0bd0936683
commit 48cd3bd675
10 changed files with 18 additions and 28 deletions

View File

@@ -1023,14 +1023,20 @@ Yap_fetch_module_for_format(term_t args, YAP_Term *modp) {
return YAP_InitSlot(nt);
}
word
pl_readline(term_t flag)
{
}
#if THREADS
#define COUNT_MUTEX_INITIALIZER(name) \
{ PTHREAD_MUTEX_INITIALIZER, \
name, \
0L \
}
#if THREADS
static int
recursive_attr(pthread_mutexattr_t **ap)
{ static int done;