From: ian AT cygnus DOT com (Ian Lance Taylor) Subject: Re: Missing GNU construct for compiling libtcl80? 8 Apr 1998 11:59:36 -0700 Message-ID: <199804081839.OAA01002.cygnus.cygwin32.developers@subrogation.cygnus.com> References: <352b9698 DOT 124080571 AT smtp DOT goodnet DOT com> To: jeffdb AT goodnet DOT com Cc: cygwin32-developers AT cygnus DOT com From: jeffdbREMOVETHIS AT goodnet DOT com (Mikey) Date: Tue, 07 Apr 1998 03:04:43 GMT Already done, it's in excpt.h for mingw32, (which should also work on cygwin32) somebody (that understands gcc ;) needs to turn the macro's into c language keywords. Thanks for the pointer. Unfortunately, the macros in that file don't do what we need. They don't handle the actual syntax which appears in C source files. They put the handler at try rather than except. They don't handle exception filters. I believe this has to be handled by the compiler directly. What the macros do is already documented in the cygwin32 exceptions.h header file. Ian