SimpleHashadd(forward, (int) objptr, (int) copy);
SimpleHashadd(reverse, (int) copy, (int) objptr);
SimpleHashadd(todo, (int) objptr, (int) objptr);
- *((void **) ((int)cpy)+offset)=copy;
+ *((void **) (((int)cpy)+offset))=copy;
}
}
}
struct genhashtable * failedtasks;
int main(int argc, char **argv) {
+ GC_init();
+ {
int i;
/* Allocate startup object */
struct ___StartupObject___ *startupobject=(struct ___StartupObject___*) allocate_new(STARTUPTYPE);
((void **)(((char *)& stringarray->___length___)+sizeof(int)))[i]=newstring;
}
executetasks();
+ }
}
int hashCodetpd(struct taskparamdescriptor *ftd) {