From 85788591ffeb1e38fdbc9ffaafdc594301f36886 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Tue, 16 Mar 2010 23:10:18 +0000 Subject: [PATCH] remove 291,292 --- ChangeLog | 3 +++ src/frontend/numparam/xpressn.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc868f42e..4899361fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/src/frontend/numparam/xpressn.c b/src/frontend/numparam/xpressn.c index e5e6fbf44..64d60188b 100644 --- a/src/frontend/numparam/xpressn.c +++ b/src/frontend/numparam/xpressn.c @@ -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);