Date: Wed, 26 Nov 1997 13:49:26 +0200 (IST) From: Eli Zaretskii To: THIERRY DOT T DOT I DOT IMMORDINO AT TSI DOT thomson DOT fr cc: djgpp AT delorie DOT com Subject: Re: setjmp / longjmp under exception In-Reply-To: <0001A69F.MAI*/G=THIERRY/I=TI/S=IMMORDINO/O=TSI/PRMD=THOMSON/ADMD=ATLAS/C=FR@MHS> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 26 Nov 1997 THIERRY DOT T DOT I DOT IMMORDINO AT TSI DOT thomson DOT fr wrote: > Can I use setjmp / longjmp under an exception or "raised" routine ? Just use them. The signal handlers in DJGPP are not special in any way, you should be able to jump out of them like from any other function. It might not work on other platforms/compilers, though.