K 10 svn:author V 5 peter K 8 svn:date V 27 2000-09-03T06:35:04.000000Z K 7 svn:log V 260 gcc knows that savectx() is potentially a setjmp style dual-return function which may lead to stack lossage and clobbered variables. This isn't the case here, but there is no way to tell gcc that. Work around this in a kinda bizzare way, but it shuts gcc up. END