rename function Yap_init_global to Yap_init_optyap_global.
This commit is contained in:
@@ -78,7 +78,7 @@ struct worker WORKER;
|
||||
** Global functions **
|
||||
*******************************/
|
||||
|
||||
void Yap_init_global(int max_table_size, int n_workers, int sch_loop, int delay_load) {
|
||||
void Yap_init_optyap_global(int max_table_size, int n_workers, int sch_loop, int delay_load) {
|
||||
int i;
|
||||
|
||||
/* global data related to memory management */
|
||||
|
@@ -33,7 +33,7 @@ void remap_memory(void);
|
||||
** opt.init.c **
|
||||
*************************/
|
||||
|
||||
void Yap_init_global(int, int, int, int);
|
||||
void Yap_init_optyap_global(int, int, int, int);
|
||||
void Yap_init_local(void);
|
||||
void make_root_frames(void);
|
||||
#ifdef YAPOR
|
||||
|
@@ -46,11 +46,6 @@
|
||||
static void share_private_nodes(int worker_q);
|
||||
|
||||
|
||||
|
||||
/* ---------------------- **
|
||||
** Local macros **
|
||||
** ---------------------- */
|
||||
|
||||
/* -------------------------- **
|
||||
** Global functions **
|
||||
** -------------------------- */
|
||||
|
Reference in New Issue
Block a user