change struct worker_share to global_data

change struct global_data to optyap_global_data
chnage field global in struct worker_share to optyap_global
This commit is contained in:
Joao
2011-03-25 18:01:17 +00:00
parent 6b48f8949f
commit 1cede1f4d6
8 changed files with 20 additions and 20 deletions

View File

@@ -1237,9 +1237,9 @@ Yap_CloseScratchPad(void)
#if defined(YAPOR) && !defined(THREADS)
struct worker_shared *Yap_global;
struct global_data *Yap_global;
#else
struct worker_shared Yap_Global;
struct global_data Yap_Global;
#endif
#if defined(THREADS)