On Oct 18, 2010, at 12:04 PM, Tim Edwards wrote: > Kuba, > >> functions.c: updateinstparam() is ignoring its parameter. >> It's only called from elements.c with topobject as the parameter. >> Is this intended? Should I simply delete the parameter? > > Depends on what you want to do about the mess of having "topobject" > a global variable. You can either remove the parameter, or replace > "topobject" with "bobj" in the subroutine. I expect you would like > to get rid of the over-use of global variables, but there would be > many places it needs to be fixed.
Very good, that's exactly the answer I needed. Thanks! Cheers, Kuba _______________________________________________ Xcircuit-dev mailing list [email protected] http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev
