GEM_PART
GEM_PART g_local[NGEM_PARTS];
memcpy(g_local, g_root->parts, NGEM_PARTS*sizeof(GEM_PART));
GEM_PART *gp;
GEM_PART parts[NGEM_PARTS]; /* see above */
void change_it PROTO((int, GEM_PART *, char *));