remove 291,292

This commit is contained in:
h_vogt 2010-03-16 23:10:18 +00:00
parent 7254de579c
commit 85788591ff
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
2010-03-16 Holger Vogt
* xpressn.c: remove lines 291,292
2010-03-09 Dietmar Warning
* analysis/cktop.c: remove the CR in some printf's, need some tests with different terminals
* frontend/inp.c: cut the ouput message if wrong parameter warning to have a chance

View File

@ -288,8 +288,8 @@ dicostack (tdico * dico, char op)
inst_name,
entry_p->symbol ) ;
nupa_add_inst_param (param_p, entry_p->vl);
nghash_deleteItem( dico->symbol_table, entry_p->symbol, entry_p ) ;
dico_free_entry( entry_p ) ;
/* nghash_deleteItem( dico->symbol_table, entry_p->symbol, entry_p ) ;
dico_free_entry( entry_p ) ; */
}
}
tfree (inst_name);