Date: Sun, 6 Oct 1996 08:53:49 +0200 (IST) From: Eli Zaretskii To: Charles Sandmann Cc: dj AT delorie DOT com, djgpp-workers AT delorie DOT com Subject: Re: `abort' in nested programs In-Reply-To: <9610041353.AA12917@clio.rice.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 4 Oct 1996, Charles Sandmann wrote: > > > Actually, this will break things like the TSR code, but I'm sort of used > > > to things breaking between releases anymore. > > > > Is there any way to do it without breaking that code? > > Probably not without modifying that code, since it depends on not needing > to link in the exception handling code. As the code becomes less and less Well, I think just changing calls to `__exit' to `___exit' will make the TSR code work again, right?