diff --git a/src/netlist.c b/src/netlist.c index 057164dd..78310a7d 100644 --- a/src/netlist.c +++ b/src/netlist.c @@ -241,8 +241,8 @@ void get_square(double x, double y, int *xx, int *yy) * 0, XINSERT : add to hash * 1, XDELETE : remove from hash */ -static void hash_inst_pin(int what, int i, int j) -/* inst pin */ +static void hash_inst_pin(int for_netlist, int what, int i, int j) +/* inst pin */ { xRect *rct; @@ -269,9 +269,9 @@ static void hash_inst_pin(int what, int i, int j) } - if(jinst[i].name, j, prop_ptr); statusmsg(str,2); @@ -674,7 +674,7 @@ void prepare_netlist_structs(int for_netlist) for (j=0;j