rename function Yap_init_global to Yap_init_optyap_global.

This commit is contained in:
Joao
2011-04-01 11:13:48 +01:00
parent 27d3399768
commit b4a00d1fef
4 changed files with 3 additions and 8 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_global(max_table_size, n_workers, sch_loop, delay_load);
Yap_init_optyap_global(max_table_size, n_workers, sch_loop, delay_load);
#endif /* YAPOR || TABLING */
Yap_AttsSize = Atts;