sizeof (void *),
false);
- comp.func_hash = CALLN (Fmake_hash_table, QCtest, Qequal, QCweakness, Qt);
+ comp.func_hash = CALLN (Fmake_hash_table, QCtest, Qequal);
/* Define data structures. */
i));
comp.frame = frame;
- comp.func_blocks = CALLN (Fmake_hash_table, QCtest, Qequal, QCweakness, Qt);
+ comp.func_blocks = CALLN (Fmake_hash_table, QCtest, Qequal);
/* Pre declare all basic blocks to gcc.
The "entry" block must be declared as first. */