remove 291,292
This commit is contained in:
parent
7254de579c
commit
85788591ff
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue