change Yap_init_optyap_global to Yap_init_optyap_data.

This commit is contained in:
Joao
2011-04-07 16:37:41 +01:00
parent de8518cf15
commit 47f7ff0ad7
3 changed files with 3 additions and 3 deletions

View File

@@ -1356,7 +1356,7 @@ Yap_InitWorkspace(UInt Heap, UInt Stack, UInt Trail, UInt Atts, UInt max_table_s
Yap_InitMemory (Trail, Heap, Stack+Atts);
#endif /* YAPOR && !THREADS */
#if defined(YAPOR) || defined(TABLING)
Yap_init_optyap_global(max_table_size, n_workers, sch_loop, delay_load);
Yap_init_optyap_data(max_table_size, n_workers, sch_loop, delay_load);
#endif /* YAPOR || TABLING */
Yap_AttsSize = Atts;