more qlyw stuff.

This commit is contained in:
Vitor Santos Costa
2011-08-16 10:34:44 -03:00
parent d51a89c815
commit a3303eeb69
6 changed files with 360 additions and 289 deletions

View File

@@ -206,7 +206,7 @@ Int total_atom_table_overflow_time =0
//load_dyld
#ifdef LOAD_DYLD
static dl_errno =0
int dl_errno =0
#endif
//tracer.c
@@ -214,7 +214,12 @@ static dl_errno =0
int do_trace_primitives =TRUE
#endif
//quick loader
struct export_atom_hash_entry_struct **ExportAtomHashChain =NULL
UInt ExportAtomHashTableSize =0
UInt ExportAtomHashTableNum =0
struct export_functor_hash_entry_struct **ExportFunctorHashChain =NULL
UInt ExportFunctorHashTableSize =0
UInt ExportFunctorHashTableNum =0
END_WORKER_LOCAL