X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ag%2Fsymtable.h;h=df7fa5a6561ed95135d5dc76f0fc0e3059f1dfc9;hb=ac0ffb00935e2b5920a256ce90e2910453391357;hp=06aaffc79197789b64458d0e52d5664439ab72da;hpb=02db14d2ce128c481dca8a536bdc28b60d019487;p=uebersetzerbau-ss10.git diff --git a/ag/symtable.h b/ag/symtable.h index 06aaffc..df7fa5a 100755 --- a/ag/symtable.h +++ b/ag/symtable.h @@ -12,8 +12,8 @@ struct symbol { short type; }; -struct symbol *clone_tab(struct symbol *tab); -struct symbol *new_tab(void); +struct symbol *tab_clone(struct symbol *tab); +struct symbol *tab_new(void); struct symbol *tab_add_symbol(struct symbol *tab, char *ident, short type, short check); struct symbol *tab_lookup(struct symbol *tab, char *ident, short type); struct symbol *tab_remove_symbol(struct symbol *tab, char *ident, short type);