Subversion Repositories filter_foundry

Rev

Rev 259 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 259 Rev 532
Line 57... Line 57...
57
                        printf("!!!! duplicate predefined symbol: %s\n",p->name);
57
                        printf("!!!! duplicate predefined symbol: %s\n",p->name);
58
                insert(p);
58
                insert(p);
59
        }
59
        }
60
}
60
}
61
 
61
 
62
void dump_symbols(){
62
void dump_symbols(void){
63
        struct sym_rec *p;
63
        struct sym_rec *p;
64
        int i,occ,maxchain,chain;
64
        int i,occ,maxchain,chain;
65
 
65
 
66
        puts("\nsymbol table:");
66
        puts("\nsymbol table:");
67
        for(i=occ=maxchain=0;i<TABLE_SIZE;i++)
67
        for(i=occ=maxchain=0;i<TABLE_SIZE;i++)