X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ag%2Fsymtable.h;h=06aaffc79197789b64458d0e52d5664439ab72da;hb=394a3c955a5b9a544355c52a0243f0da61998c83;hp=4897a744277aba5b8a411e52a7f12c9554234c38;hpb=588c1a4b6c3dcb882fef71db6813d82f401804e5;p=uebersetzerbau-ss10.git diff --git a/ag/symtable.h b/ag/symtable.h index 4897a74..06aaffc 100755 --- a/ag/symtable.h +++ b/ag/symtable.h @@ -18,7 +18,6 @@ struct symbol *tab_add_symbol(struct symbol *tab, char *ident, short type, short struct symbol *tab_lookup(struct symbol *tab, char *ident, short type); struct symbol *tab_remove_symbol(struct symbol *tab, char *ident, short type); struct symbol *tab_merge(struct symbol *tab, struct symbol *to_add, short check); -void check_variable(struct symbol *tab, char *ident); -void check_field(struct symbol *tab, char *ident); +void check(struct symbol *tab, char *ident, short type); #endif