Browse Source

remove 291,292

pre-master-46
h_vogt 16 years ago
parent
commit
85788591ff
  1. 3
      ChangeLog
  2. 4
      src/frontend/numparam/xpressn.c

3
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

4
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);

Loading…
Cancel
Save