init_local should be called Yap_init_local to avoid clashesh.

This commit is contained in:
Vitor Santos Costa
2009-11-19 08:24:38 +00:00
parent 432cce1c49
commit d9016fa650
3 changed files with 3 additions and 3 deletions

View File

@@ -2167,7 +2167,7 @@ YAP_Init(YAP_init_args *yap_init)
#ifdef YAPOR
init_workers();
#endif /* YAPOR */
init_local();
Yap_init_local();
#ifdef YAPOR
if (worker_id != 0) {
#if SBA