> > "volatile" is the way to go, or use a goto if the label is in scope. > > Using a goto to throw out of a call is a gcc extension, though.
In portable code, if you're throwing out of a call, the label isn't in scope. _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

