ag: namen geaendert und debug meldung fix
[uebersetzerbau-ss10.git] / ag / symtable.c
index 9c53557159fd9caf515e3167e51007db84bb9ec5..8c175e5e0421d1e15cd31e1c81f50fe560dc4402 100755 (executable)
@@ -124,7 +124,7 @@ void check(struct symbol *tab, char *ident, short type)
 {
        struct symbol *elm;
 #ifdef DD
-       printf("check_variable: tab(%08X), ident(%s), type(%i), elm(%08X)\n", tab, ident, type, elm);
+       printf("check: tab(%08X), ident(%s), type(%i), elm(%08X)\n", tab, ident, type, elm);
 #endif
 
        if(type == S_VAR) {