On Thu, Jun 02, 2005 at 10:07:37AM -0700, Matthew Dillon wrote: > There are a few cases where SPLs are assymetric, such as this: > > s = splblah1(); > splblah2(); > ... > splx(s); Those should be identified and fixed, they will be a problem later anyway. Joerg