int main(void) { /* make_pc2a(); */ mktable(); return 0; }
void init_constant_table(void) { constant_symbol_table = mktable(NULL); }